LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tcpterm

TUI packet visualizer, tcpdump for humans

TLDR

Capture packets on a network interface
$ tcpterm -i [eth0]
copy
Read packets from a pcap file
$ tcpterm -r [capture.pcap]
copy
Apply a BPF filter (passed as positional arguments)
$ tcpterm -i [eth0] [port 80]
copy

SYNOPSIS

tcpterm [options]

DESCRIPTION

tcpterm is a terminal-based packet visualizer that provides a more user-friendly alternative to tcpdump. It can capture live traffic from a network interface or read from pcap files, with BPF filter support.

PARAMETERS

-i INTERFACE

Network interface to capture packets from.
-r FILE
Read packets from a pcap file.
-s SNAPLEN
Snapshot length per packet (default 65535).
--help
Show help information.
--version
Show version information.
expression
Optional BPF filter expression (positional), e.g. `port 80`.

INSTALL

yay -S tcpterm
copy

HISTORY

tcpterm was created by Takumasa Sakao (sachaos) and is written in Go.

SEE ALSO

tcpdump(1), wireshark(1), tshark(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid