X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b011ece874d3cb6bf4da8837404fff67fe5217ab..121340f51409c65277b29b89d3ddbc8f1083d051:/netdissect.h diff --git a/netdissect.h b/netdissect.h index 54474157..adf8c2e4 100644 --- a/netdissect.h +++ b/netdissect.h @@ -374,6 +374,9 @@ extern void dtp_print(netdissect_options *, const u_char *, u_int); extern u_int cip_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *); extern int ipcomp_print(netdissect_options *, register const u_char *, int *); extern u_int ipfc_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *); +extern void udld_print(netdissect_options *, const u_char *, u_int); +extern void hsrp_print(netdissect_options *, const u_char *, u_int); +extern void igrp_print(netdissect_options *, const u_char *, u_int); /* stuff that has not yet been rototiled */ extern const u_char * ns_nprint (register const u_char *, register const u_char *);