How to perform tcp dump and save the result to file
Running the following command
[root@myhost ~]# tcpdump -i eth0 -s0 -w dump18.pcap
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
^C782 packets captured
782 packets received by filter
0 packets dropped by kernel
[root@myhost ~]#
To stop the tcp dump process press ctrl + c
For more information you can find here :
Tidak ada komentar :
Posting Komentar