]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipnet.c
BOOTP: try to fix 2 newly added compile warnings
[tcpdump] / print-ipnet.c
index d777a95268f002a9a6198d023b867bb719693afe..9f11f39240a6eb5bde65e854daf40c79a16d6f80 100644 (file)
@@ -88,7 +88,7 @@ ipnet_print(struct netdissect_options *ndo, const u_char *p, u_int length, u_int
                                        length + sizeof(ipnet_hdr_t));
 
                if (!ndo->ndo_suppress_default_print)
-                       ndo->ndo_default_print(ndo, p, caplen);
+                       ND_DEFAULTPRINT(p, caplen);
                break;
        }
 }