X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bcf0fb3b48edc9e642c4101e2ccf964a30cdb6f1..fc6f112b40b9da56286ebc125f109e2889f5ebdb:/interface.h diff --git a/interface.h b/interface.h index b4d0c11e..6f5e1063 100644 --- a/interface.h +++ b/interface.h @@ -160,17 +160,8 @@ extern u_int16_t create_osi_cksum(const u_int8_t *, int, int); #include extern void ascii_print(const u_char *, u_int); -extern void decnet_print(const u_char *, u_int, u_int); extern void default_print(const u_char *, u_int); extern char *q922_string(const u_char *); -extern void ospf_print(const u_char *, u_int, const u_char *); -extern void rsvp_print(const u_char *, u_int); -extern void lldp_print(const u_char *, u_int); -extern u_int ppp_print(register const u_char *, u_int); -extern u_int ppp_if_print(const struct pcap_pkthdr *, const u_char *); -extern u_int ppp_hdlc_if_print(const struct pcap_pkthdr *, const u_char *); -extern u_int ppp_bsdos_if_print(const struct pcap_pkthdr *, const u_char *); -extern void tcp_print(const u_char *, u_int, const u_char *, int); extern void timed_print(const u_char *); extern char *smb_errstr(int, int); extern const char *nt_errstr(u_int32_t);