X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/44a89a1d70ed0459556ea1a2b09b5848b4fc793c..c74314dbf20b639f6743a7865d1bf9fe966cf5d0:/print-udld.c diff --git a/print-udld.c b/print-udld.c index 37e36d6b..40dc0369 100644 --- a/print-udld.c +++ b/print-udld.c @@ -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: