]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
show ICMPv6 echo request ID
[tcpdump] / print-zephyr.c
index 3edbeea42a0b3379c1f4fbe7d3ec6afccc04e9cf..bce7394b26ef0eb18e28306ae4b5a2be558b2d92 100644 (file)
@@ -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;
 }