]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udld.c
Replace the nd_printzp(..., NULL) calls by nd_printjnp() calls
[tcpdump] / print-udld.c
index 37e36d6bdace94d2c9653fdfa8e5742f583b2ce9..aec1d9e5727894e9f282116dbc2f71c976d46980 100644 (file)
@@ -169,7 +169,7 @@ 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: