X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b4883f09472a8f61ef2431e1e4629460db92c289..b45fabd132061f97cee56458ef623d9063190833:/netdissect.h diff --git a/netdissect.h b/netdissect.h index dd9f4b96..7e87555c 100644 --- a/netdissect.h +++ b/netdissect.h @@ -437,6 +437,8 @@ extern void lwres_print(netdissect_options *,const u_char *, u_int); extern void pptp_print(netdissect_options *,const u_char *, u_int); #endif +extern u_int ipnet_if_print(netdissect_options *,const struct pcap_pkthdr *, const u_char *); + #if 0 #ifdef INET6 extern void ip6_print(netdissect_options *,const u_char *, u_int);