All Projects → sachaos → Tcpterm

sachaos / Tcpterm

tcpterm is a packet visualizer in TUI.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Tcpterm

Qrc
QR code generator for text terminals (ASCII art, Sixel)
Stars: ✭ 200 (-30.56%)
Mutual labels:  terminal, tui
S Tui
Terminal-based CPU stress and monitoring utility
Stars: ✭ 2,825 (+880.9%)
Mutual labels:  terminal, tui
Ox
An independent Rust text editor that runs in your terminal!
Stars: ✭ 2,634 (+814.58%)
Mutual labels:  terminal, tui
Jexer
Java Text User Interface
Stars: ✭ 174 (-39.58%)
Mutual labels:  terminal, tui
wiresham
Simple TCP service mocking tool for replaying https://www.wireshark.org and http://www.tcpdump.org captured service traffic
Stars: ✭ 44 (-84.72%)
Mutual labels:  pcap, tcp
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+4794.44%)
Mutual labels:  terminal, tui
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (+810.76%)
Mutual labels:  terminal, tui
Tuicss
Text-based user interface CSS library
Stars: ✭ 167 (-42.01%)
Mutual labels:  terminal, tui
captcp
A open source program for TCP analysis of PCAP files
Stars: ✭ 110 (-61.81%)
Mutual labels:  pcap, tcp
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (-15.28%)
Mutual labels:  terminal, tui
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-39.93%)
Mutual labels:  terminal, tui
Writing A Tui In Bash
How to write a TUI in BASH
Stars: ✭ 263 (-8.68%)
Mutual labels:  terminal, tui
Wtf
The personal information dashboard for your terminal
Stars: ✭ 12,973 (+4404.51%)
Mutual labels:  terminal, tui
Cursive
A Text User Interface library for the Rust programming language
Stars: ✭ 2,613 (+807.29%)
Mutual labels:  terminal, tui
Hascard
flashcard TUI with markdown cards
Stars: ✭ 171 (-40.62%)
Mutual labels:  terminal, tui
Bb
simple process viewer in rust https://crates.io/crates/bb
Stars: ✭ 212 (-26.39%)
Mutual labels:  terminal, tui
Smenu
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Stars: ✭ 1,906 (+561.81%)
Mutual labels:  terminal, tui
Tui Go
A UI library for terminal applications.
Stars: ✭ 2,015 (+599.65%)
Mutual labels:  terminal, tui
Meli
🐝 experimental terminal mail client, mirror of https://git.meli.delivery/meli/meli.git https://crates.io/crates/meli
Stars: ✭ 242 (-15.97%)
Mutual labels:  terminal, tui
termshark
A terminal UI for tshark, inspired by Wireshark
Stars: ✭ 7,368 (+2458.33%)
Mutual labels:  pcap, tui

tcpterm

tcpterm visualize packets in TUI.

Demo

asciicast

Install

Requires libpacp header files for compilation

For Debian based distriubutions install package libpcap-dev

$ go get github.com/sachaos/tcpterm

Usage

$ tcpterm -h
NAME:
   tcpterm - tcpdump for human

USAGE:
   tcpterm [global options] command [command options] [arguments...]

VERSION:
   0.0.1

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --interface value, -i value  If unspecified, use lowest numbered interface.
   --read value, -r value       Read packets from pcap file.
   --filter value, -f value     BPF Filter
   --debug                      debug mode.
   --help, -h                   show help
   --version, -v                print the version

TODO

  • Optimize packets list view.
  • Improve detail view, and dump view.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].