TShark

network protocol analyzer | wireshark CLI

usage

tshark -r capture.pcap -Y 'udp && udp.port == 22' -T fields -e udp.srcport

Last updated