X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/48f596ccb10ba6fdcd672cfec798b0012865492e..f78c60f54a9beb04f1409712ec95b46f2d52a0ab:/interface.h diff --git a/interface.h b/interface.h index 10450fcb..47f03500 100644 --- a/interface.h +++ b/interface.h @@ -144,9 +144,6 @@ extern void warning(const char *, ...) extern char *read_infile(char *); extern char *copy_argv(char **); -extern void safeputchar(int); -extern void safeputs(const char *, int); - extern const char *isonsap_string(const u_char *, register u_int); extern const char *protoid_string(const u_char *); extern const char *ipxsap_string(u_short); @@ -166,15 +163,6 @@ 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 u_int ieee802_11_if_print(const struct pcap_pkthdr *, const u_char *); -extern u_int ieee802_11_radio_if_print(const struct pcap_pkthdr *, - const u_char *); -extern u_int ieee802_11_radio_avs_if_print(const struct pcap_pkthdr *, - const u_char *); -extern void nfsreply_print(const u_char *, u_int, const u_char *); -extern void nfsreply_print_noaddr(const u_char *, u_int, const u_char *); -extern void nfsreq_print(const u_char *, u_int, const u_char *); -extern void nfsreq_print_noaddr(const u_char *, u_int, 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); @@ -182,26 +170,8 @@ 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 u_int prism_if_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_atm1_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_atm2_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_mfr_print(const struct pcap_pkthdr *, register const u_char *); -extern u_int juniper_mlfr_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_mlppp_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_pppoe_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_pppoe_atm_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_ggsn_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_es_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_monitor_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_services_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_ether_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_ppp_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_frelay_print(const struct pcap_pkthdr *, const u_char *); -extern u_int juniper_chdlc_print(const struct pcap_pkthdr *, const u_char *); -extern void snmp_print(const u_char *, u_int); extern void tcp_print(const u_char *, u_int, const u_char *, int); extern void timed_print(const u_char *); -extern void rx_print(register const u_char *, int, int, int, u_char *); extern void netbeui_print(u_short, const u_char *, int); extern void ipx_netbios_print(const u_char *, u_int); extern void nbt_tcp_print(const u_char *, int);