Skip to Content

 Linux

How to do a packet capture (tcpdump)

Sample Command on how to use TCP Dump Linux: tcpdump -w {filename}.pcap  -c 200 {limit number of packets} tcpdump -s 2000 -w dump.pcap Then you can email the file to any one using command mail -s "dump.pcap" email@gmail.com < dump... Read More