X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8b1d184e10263b5889ffcfbc4887ca82d7ca07df..f34af1aa63da301ae7ee91e2300dff31702001f0:/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) {