]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-timed.c
bgp: Parse BGP extended message support capability
[tcpdump] / print-timed.c
index 0e4c48e7cb9d171dce11e57843ac65b9659a8b0e..ebd0ac8adca69bc247cf385e4d1e41d1bf144e00 100644 (file)
@@ -149,5 +149,5 @@ timed_print(netdissect_options *ndo,
                break;
        }
        ND_PRINT(" name ");
-       (void)nd_printzp(ndo, tsp->tsp_name, sizeof(tsp->tsp_name), NULL);
+       nd_printjnp(ndo, tsp->tsp_name, sizeof(tsp->tsp_name));
 }