]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-dtp.c
Replace the nd_printzp(..., NULL) calls by nd_printjnp() calls
[tcpdump] / print-dtp.c
index a7cb9409227e515e5c20eacce60e9df451a0d391..a1ae4ba4d5aa047ec6efc81ad12328fa1d09aa51 100644 (file)
@@ -91,7 +91,7 @@ dtp_print(netdissect_options *ndo, const u_char *tptr, u_int length)
         switch (type) {
        case DTP_DOMAIN_TLV:
                ND_PRINT(", ");
-               nd_printzp(ndo, tptr+4, len-4, NULL);
+               nd_printjnp(ndo, tptr+4, len-4);
                break;
 
        case DTP_STATUS_TLV: