X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..a24cccfd4abcda51db9f73f46d425c7c1e357a87:/print-enc.c diff --git a/print-enc.c b/print-enc.c index fb9b7087..630f6b31 100644 --- a/print-enc.c +++ b/print-enc.c @@ -105,7 +105,7 @@ enc_if_print(netdissect_options *ndo, ndo->ndo_protocol = "enc_if"; if (caplen < ENC_HDRLEN) { - ND_PRINT("[|enc]"); + nd_print_trunc(ndo); goto out; } @@ -162,11 +162,3 @@ enc_if_print(netdissect_options *ndo, out: return (ENC_HDRLEN); } - - -/* - * Local Variables: - * c-style: whitesmith - * c-basic-offset: 8 - * End: - */