termshark

Terminal UI for Wireshark - interactive packet capture and analysis

brewmacoslinux
Try with needOr install directly
Source

About

Terminal UI for tshark, inspired by Wireshark

Commands

termshark

Examples

Capture packets on default network interface$ termshark
Capture packets on specific interface with display filter$ termshark -i eth0 -f 'tcp port 80'
Analyze existing pcap file$ termshark -r capture.pcap