]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-llc.c
fixup a few ND_DEFAULTPRINT() use cases
[tcpdump] / print-llc.c
index c2363d5fd0dd6acc13af3d10e9ac2a5a0f00b6d3..5619730a33779bbc67d48fb965110a2a733b37b2 100644 (file)
@@ -153,7 +153,7 @@ llc_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen,
 
        if (caplen < 3) {
                ND_PRINT((ndo, "[|llc]"));
-               default_print((u_char *)p, caplen);
+               ND_DEFAULTPRINT((u_char *)p, caplen);
                return(0);
        }
 
@@ -179,7 +179,7 @@ llc_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen,
                 */
                if (caplen < 4) {
                        ND_PRINT((ndo, "[|llc]"));
-                       default_print((u_char *)p, caplen);
+                       ND_DEFAULTPRINT((u_char *)p, caplen);
                        return(0);
                }