Computer Simple TCP/IP packet capturing on linux terminal 2015-07-02 manatails Leave a comment sudo tcpdump -w capture.pcap -i eth0 Quck and simple alternative to using Wireshark.