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
> 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
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
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