X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e379a5690f6db797179fa5e0845ff731db2a7af7..f8491f77ac4d22b32cdf9d89540112c2bb037ffb:/print-openflow-1.3.c diff --git a/print-openflow-1.3.c b/print-openflow-1.3.c index 79de7d7b..9e76ba1b 100644 --- a/print-openflow-1.3.c +++ b/print-openflow-1.3.c @@ -661,7 +661,7 @@ of13_port_print(netdissect_options *ndo, cp += 2; /* name */ ND_PRINT(", name '"); - (void)nd_print(ndo, cp, cp + OFP_MAX_PORT_NAME_LEN); + nd_printjnp(ndo, cp, OFP_MAX_PORT_NAME_LEN); ND_PRINT("'"); cp += OFP_MAX_PORT_NAME_LEN;