diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-02-16 18:29:37 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-02-16 18:29:37 +0100 |
commit | 3625533c9acb33b9a9d57f3d38290b1408a96341 (patch) | |
tree | d2bbf62d13e8145ce2483233eb9deb126e586223 /ip6.h | |
parent | c3216f5913f0d91ce57303ad7aedda26c5bed03e (diff) | |
download | tcpdump-3625533c9acb33b9a9d57f3d38290b1408a96341.tar.gz |
fix partial checksum errors in DCCP decoder, IPv6 case
Diffstat (limited to 'ip6.h')
-rw-r--r-- | ip6.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,6 +196,6 @@ struct ip6_frag { #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ /* in print-ip6.c */ -extern int nextproto6_cksum(const struct ip6_hdr *, const u_int8_t *, u_int, u_int); +extern int nextproto6_cksum(const struct ip6_hdr *, const u_int8_t *, u_int, u_int, u_int); #endif /* not _NETINET_IP6_H_ */ |