]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udld.c
On Solaris, for 64-bit builds, use the 64-bit pcap-config.
[tcpdump] / print-udld.c
index 37e36d6bdace94d2c9653fdfa8e5742f583b2ce9..40dc03697b1df80b22bf23d027bb502fa1458675 100644 (file)
@@ -169,12 +169,12 @@ udld_print(netdissect_options *ndo,
         case UDLD_PORT_ID_TLV:
         case UDLD_DEVICE_NAME_TLV:
             ND_PRINT(", ");
-            nd_printzp(ndo, tptr, len, NULL);
+            nd_printjnp(ndo, tptr, len);
             break;
 
         case UDLD_ECHO_TLV:
             ND_PRINT(", ");
-            (void)nd_printn(ndo, tptr, len, NULL);
+            nd_printjn(ndo, tptr, len);
             break;
 
         case UDLD_MESSAGE_INTERVAL_TLV: