(Blah blah blah wrong From: address blah blah blah work around duplicate
detection blah blah blah.)
soumya r wrote:
I am doing packet sniffing and i found the "sniffer.c" program of
pcap web site extremely helpful. But i have got one problem. I am not able to
display the packet payload properly.
Hi Soumya,
aren't you printing the first two bytes of the payload in hex rather than
the payload itself?
printf("\tPayload:%x\n",(u_char *)(packet + size_ethernet + size_ip +
size_tcp));
you probably want to look what tcpdump's -X flag does.
-alexm
11:14 05/05/2005
On 5 May 2005, soumya r wro
CVS log entries from 04.05.2005 (Wed) 09:07:06 - 05.05.2005 (Thu) 09:07:04 GMT
=
Summary by authors
=
Author: risso
File: tcpdump/win32/prj/WinDump.dsp; Revisions: 1.15, 1.14.2.1