X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/08520c3bde32eec93147e34e28dc33e1044bd315..1fe6e66ecec3fb7a7cc729038012cbb264542331:/print-null.c diff --git a/print-null.c b/print-null.c index be9d65f9..f1af5440 100644 --- a/print-null.c +++ b/print-null.c @@ -19,6 +19,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -125,7 +126,7 @@ null_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char break; case BSD_AFNUM_IPX: - ipx_print(p, length); + ipx_print(ndo, p, length); break; default: