Capture network packets using tcpdump via command line for later inspection with Wireshark Post author By Manuel Baumann Post date November 16, 2015 Categories In Linux, Software No Comments on Capture network packets using tcpdump via command line for later inspection with Wireshark sudo tcpdump -i any -s 65535 -w somefilename.pcapng