X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..93350deda8f0099b4cd1541f2c72ae5c38fc25a5:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index 3edbeea4..bce7394b 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -343,6 +343,6 @@ zephyr_print(netdissect_options *ndo, const u_char *cp, int length) return; trunc: - ND_PRINT(" [|zephyr] (%d)", length); + nd_print_trunc(ndo); return; }