How To Create TCP Dump In Linux Mint / Ubuntu

tcpdump output in linux mint / ubuntu
Here’s how to create TCP Dump in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo tcpdump -i <network interface name> > tcpdump.txt For example, to create TCP Dump for network interface eth0, issue the folllowing command at the terminal – sudo tcpdump -i eth0 > tcpdump.txt 2. You can press ‘Ctrl’ + ‘C’ after the duration...