X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/56e6581c34ceec5469b9f37c19b31a36b0256f3c..43104d3f8a89543f6fe51115e28d4630b7fa8b87:/print-cip.c diff --git a/print-cip.c b/print-cip.c index 15c15cd3..4d2ea54c 100644 --- a/print-cip.c +++ b/print-cip.c @@ -75,7 +75,7 @@ cip_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char cip_print(ndo, length); if (cmplen == 0) { - ND_PRINT("[|cip]"); + nd_print_trunc(ndo); return 0; } if (memcmp(rfcllc, p, cmplen) == 0) {