network protocol analyzer | wireshark CLI
tshark -r capture.pcap -Y 'udp && udp.port == 22' -T fields -e udp.srcport
Last updated 10 months ago