]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-802_15_4.c
make use of ND_DEFAULTPRINT()
[tcpdump] / print-802_15_4.c
index ee66832fcf8ec4b301dfbcc4aed74478b6cecff7..0e10e68d3604ec54a51d270fa32d36551c6748e5 100644 (file)
@@ -174,7 +174,7 @@ ieee802_15_4_if_print(struct netdissect_options *ndo,
        }
 
        if (!ndo->ndo_suppress_default_print)
-               (ndo->ndo_default_print)(ndo, p, caplen);
+               ND_DEFAULTPRINT(p, caplen);
 
        return 0;
 }