diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-06-10 16:17:27 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-06-10 16:17:27 +0200 |
commit | 2b7aefe80a2c9227c6b1fc64b6f6c12ae234adca (patch) | |
tree | 9a1c8053cd633e4fc25015100b91820a232f88f1 /interface.h | |
parent | b0cbbd12f6abdd1637681af92e5c1d79f29b8d2a (diff) | |
download | tcpdump-2b7aefe80a2c9227c6b1fc64b6f6c12ae234adca.tar.gz |
Checksum stuff must go in netdissect.h (remainder)
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/interface.h b/interface.h index 55cecf65..8e36f01a 100644 --- a/interface.h +++ b/interface.h @@ -119,11 +119,6 @@ extern char *copy_argv(char **); extern const char *dnname_string(u_short); extern const char *dnnum_string(u_short); -/* checksum routines */ -extern void init_checksum(void); -extern uint16_t verify_crc10_cksum(uint16_t, const u_char *, int); -extern uint16_t create_osi_cksum(const uint8_t *, int, int); - /* The printer routines. */ #include <pcap.h> |