]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ppp.c
CHDLC: Update the link-layer dissector to a void function
[tcpdump] / print-ppp.c
index 94ed9d5051fb6400339b6ace693a52b8ee417819..4409ee7868cfd8a6e0a96f419be51d29108170a9 100644 (file)
@@ -1743,7 +1743,7 @@ ppp_hdlc_if_print(netdissect_options *ndo,
 
        case CHDLC_UNICAST:
        case CHDLC_BCAST:
-               ndo->ndo_ll_hdr_len += chdlc_if_print(ndo, h, p);
+               chdlc_if_print(ndo, h, p);
                return;
 
        default: