X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f5aa04085ef784abf76e4b6b419343e0843b7f32..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print.c diff --git a/print.c b/print.c index ee64843e..6e4cf893 100644 --- a/print.c +++ b/print.c @@ -403,7 +403,7 @@ pretty_print_packet(netdissect_options *ndo, const struct pcap_pkthdr *h, (ndo->ndo_if_printer)(ndo, h, sp); } else { /* A printer quit because the packet was truncated; report it */ - ND_PRINT(" [|%s]", ndo->ndo_protocol); + nd_print_trunc(ndo); } hdrlen = ndo->ndo_ll_hdr_len;