PCAP / TCP DUMP

 tcpdump  -s0  -w <FileName> host <IPAddress>

Eg: tcpdump  -s0  -w Test.pcap host 10.141.128.33



Comments

Popular posts from this blog

Java Design Patterns