diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-02-15 12:32:44 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2014-02-15 12:36:02 +0100 |
commit | c025e64b9ebbb64b29f3fa58dd88d901b9da9c9d (patch) | |
tree | 537e418fb01f5c701deeb33c1e5821023e4d1063 /netdissect.h | |
parent | fc3fcdee62a5820e60a28a6ed75910b207272d03 (diff) | |
download | tcpdump-c025e64b9ebbb64b29f3fa58dd88d901b9da9c9d.tar.gz |
fix partial checksum errors in DCCP decoder, IPv4 case
Diffstat (limited to 'netdissect.h')
-rw-r--r-- | netdissect.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h index bdf2ebdb..37bc59e0 100644 --- a/netdissect.h +++ b/netdissect.h @@ -416,7 +416,6 @@ extern void igmp_print(netdissect_options *, register const u_char *, u_int); extern void igrp_print(netdissect_options *,const u_char *, u_int, const u_char *); -extern int nextproto4_cksum(const struct ip *, const u_int8_t *, u_int, u_int); extern void ipN_print(netdissect_options *,const u_char *, u_int); extern void ipx_print(netdissect_options *,const u_char *, u_int); extern void isoclns_print(netdissect_options *,const u_char *, |