On Jan 2, 2005, at 3:13 AM, linux lover wrote:
No. i know how to print Hexdump of packet with tcpdump. What i want to know is the source program/statement that actually prints this on console when given command tcpdump -X.
As you'll find if you look at the tcpdump code, if Xflag is set (that's set when "-X" is specified) the hex dump is printed with the tcpdump routine ascii_print().
- This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.