summaryrefslogtreecommitdiff
path: root/ip6.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2014-02-16 18:29:37 +0100
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2014-02-16 18:29:37 +0100
commit3625533c9acb33b9a9d57f3d38290b1408a96341 (patch)
treed2bbf62d13e8145ce2483233eb9deb126e586223 /ip6.h
parentc3216f5913f0d91ce57303ad7aedda26c5bed03e (diff)
downloadtcpdump-3625533c9acb33b9a9d57f3d38290b1408a96341.tar.gz
fix partial checksum errors in DCCP decoder, IPv6 case
Diffstat (limited to 'ip6.h')
-rw-r--r--ip6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6.h b/ip6.h
index c19d7ee4..f1032ec2 100644
--- a/ip6.h
+++ b/ip6.h
@@ -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_ */