tcpterm
TUI packet visualizer, tcpdump for humans
TLDR
Capture packets on a network interface
$ tcpterm -i [eth0]
Read packets from a pcap file$ tcpterm --read [capture.pcap]
Apply a BPF filter for HTTP traffic$ tcpterm --filter "[port 80]"
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.--read FILE
Read packets from a pcap file.--filter EXPRESSION
BPF filter expression.
HISTORY
tcpterm was created by Takumasa Sakao (sachaos) and is written in Go.

