Re: [tcpdump-workers] about tcpdump trace file!

2006-11-02 Thread Guy Harris
Hannes Gredler wrote: you may want to check libpcap/savefile.c [http://cvs.tcpdump.org/cgi-bin/cvsweb/libpcap/savefile.c?rev=1.147] to get a better understanding about the .pcap file format. ...and you might want to note that savefile.c is part of libpcap, meaning that if you just want to

Re: [tcpdump-workers] about tcpdump trace file!

2006-11-02 Thread Hannes Gredler
> Hi, everybody > > > >I am a new comer! Nowadays, I want to analyze the tcpdump ¨Cw file. Does > anyone know some tool or method to do this? > you may want to check libpcap/savefile.c [http://cvs.tcpdump.org/cgi-bin/cvsweb/libpcap/savefile.c?rev=1.147] to get a better understanding ab

Re: [tcpdump-workers] [PATCH]: [DCCP]: support for variable-length

2006-11-02 Thread Hannes Gredler
checked in. tx for your submission. /hannes Gerrit Renker wrote: > This introduces support for variable-length checksum in > DCCP, as it is specified in section 9 of RFC 4340. > > Previously tcpdump was only able to validate full-coverage > checksums, this patch verifies checksums in accordan

Re: [tcpdump-workers] [PATCH] tcpv6: removal of duplicate code

2006-11-02 Thread Hannes Gredler
checked in and added you to the hall of shame (aka CREDITS file). tx for your submission, /hannes Gerrit Renker wrote: > This is an optional patch which removes duplicated code > from tcp6_cksum: comparison shows that the code of in_cksum > re-appears in that function. > > In addition, it fixe