[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tcpdump flags
On Sun, 2 Sep 2001, shad0wlight wrote:
> I have read through all the rtfm and searched the archives, but was not able
> to figure out how to use tcpdump to print out the data portion of the
> packet. I tried using the -s flag, but was still not getting the data
> portion.
-x Print each packet (minus its link-level header) in hex. The
smaller of the entire packet or snaplen bytes will be printed.
-X Like -x but dumps the packet in emacs-hexl like format.
jakob