Re: PROBLEM: all bytes of extracted payload from a dump file appears to be zero

2007-11-07 Thread Lucas Woods
On Nov 8, 2007 5:18 AM, Irfan Ahmed <[EMAIL PROTECTED]> wrote: > > I am capturing the packets by using TCPDUMP on Linux fedora kernel 2.6.18.1 > > when I have extracted the payload from packets I found out that the actual > payload is of just 30 bytes out of 1448 bytes and rest of the payload is >

PROBLEM: all bytes of extracted payload from a dump file appears to be zero

2007-11-07 Thread Irfan Ahmed
I am capturing the packets by using TCPDUMP on Linux fedora kernel 2.6.18.1 when I have extracted the payload from packets I found out that the actual payload is of just 30 bytes out of 1448 bytes and rest of the payload is padded with zeros any idea why this is happening . Send instant m

PROBLEM: all bytes of extracted payload from a dump file appears to be zero

2007-11-07 Thread Irfan Ahmed
I am using TCPTRACE in Fedora Linux Kernel version 2.6.18.1 to extract and process packets from a packet dump file. To process each packet, the md_read() function is called . The code of which is as follows. I am trying to extract payload from these packets. but when I display the bytes of the p