TcpDump
Created by: rehan,Last modification on Thu 16 of Nov, 2006 [20:04 UTC]
Sample Command on how to use TCP Dump
tcpdump net 72.11.194.0/24 -s 2000 -w dump.txt
Then you can email the file to any one using command
mail -s "dump.txt" email@gmail.com < dump.txt

Comments