]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-wb.c
icmp: clean up the extension code and comments.
[tcpdump] / print-wb.c
index 184809cb9412dc6c985a966b60d0623878cdbbf4..35b5a196d8bfe6096a9711fe8c4e612db01c6009 100644 (file)
@@ -232,7 +232,7 @@ wb_id(netdissect_options *ndo,
                c = ',';
        }
        ND_PRINT("> \"");
-       (void)nd_print(ndo, sitename, sitename + len);
+       nd_printjnp(ndo, sitename, len);
        ND_PRINT("\"");
        return (0);
 }