diff options
author | Michael Richardson <mcr@sandelman.ca> | 2010-10-07 14:36:49 -0400 |
---|---|---|
committer | Michael Richardson <mcr@sandelman.ca> | 2010-10-07 14:40:50 -0400 |
commit | 1cead823ec6b407886002fbe160d31d70fcf4412 (patch) | |
tree | aa3fc19370462cbe469904895c2dc096dbc66666 /interface.h | |
parent | 53412397f6ce23f1c189e27adc81ec44ec94d2ef (diff) | |
download | tcpdump-1cead823ec6b407886002fbe160d31d70fcf4412.tar.gz |
reworked print-ether to use netdissect
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/interface.h b/interface.h index be027ed3..1823b931 100644 --- a/interface.h +++ b/interface.h @@ -162,7 +162,6 @@ extern void hex_and_ascii_print(const char *, const u_char *, u_int); extern void hex_print_with_offset(const char *, const u_char *, u_int, u_int); extern void hex_print(const char *, const u_char *, u_int); extern void telnet_print(const u_char *, u_int); -extern int ethertype_print(u_short, const u_char *, u_int, u_int); extern int llc_print(const u_char *, u_int, u_int, const u_char *, const u_char *, u_short *); extern int snap_print(const u_char *, u_int, u_int, u_int); @@ -185,9 +184,6 @@ extern u_int enc_if_print(const struct pcap_pkthdr *, const u_char *); extern u_int pflog_if_print(const struct pcap_pkthdr *, const u_char *); extern u_int arcnet_if_print(const struct pcap_pkthdr *, const u_char *); extern u_int arcnet_linux_if_print(const struct pcap_pkthdr *, const u_char *); -extern void ether_print(const u_char *, u_int, u_int, - void (*)(const u_char *), const u_char *); -extern u_int ether_if_print(const struct pcap_pkthdr *, const u_char *); extern u_int token_print(const u_char *, u_int, u_int); extern u_int token_if_print(const struct pcap_pkthdr *, const u_char *); extern void fddi_print(const u_char *, u_int, u_int); |