Options:
-s <length>: Grap the packet with the specified length. default is 96 bytes
-A: print data in ASCII format
-X: print data in Hex and AscII format.
-i <interface>
Examples:
tcpdump -As 2048 -i eth1 tcp port 80 and host 10.32.73.41
Options:
-s <length>: Grap the packet with the specified length. default is 96 bytes
-A: print data in ASCII format
-X: print data in Hex and AscII format.
-i <interface>
Examples:
tcpdump -As 2048 -i eth1 tcp port 80 and host 10.32.73.41