X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/56e6581c34ceec5469b9f37c19b31a36b0256f3c..a24cccfd4abcda51db9f73f46d425c7c1e357a87:/print-enc.c diff --git a/print-enc.c b/print-enc.c index 36c35351..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; }