* is the number of bytes actually captured.
*/
u_int
-ipnet_if_print(const struct pcap_pkthdr *h, const u_char *p)
+ipnet_if_print(struct netdissect_options *ndo,
+ const struct pcap_pkthdr *h, const u_char *p)
{
- ipnet_print(gndo, p, h->len, h->caplen);
+ ipnet_print(ndo, p, h->len, h->caplen);
return (sizeof(ipnet_hdr_t));
}