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