]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-hncp.c
Add printing support for vsockmon devices.
[tcpdump] / print-hncp.c
index 4df4b1c4759d0eb6d10c01b9d3b444ceb8501ef0..8be59e37ea9fbf53cfbd784446f1be29fe3e193c 100644 (file)
@@ -303,7 +303,7 @@ dhcpv4_print(netdissect_options *ndo,
             const u_char *tp = value;
             while (tp < value + optlen) {
                 ND_PRINT(" ");
-                if ((tp = ns_nprint(ndo, tp, value + optlen)) == NULL)
+                if ((tp = fqdn_print(ndo, tp, value + optlen)) == NULL)
                     return -1;
             }
         }
@@ -356,7 +356,7 @@ dhcpv6_print(netdissect_options *ndo,
                 const u_char *tp = value;
                 while (tp < value + optlen) {
                     ND_PRINT(" ");
-                    if ((tp = ns_nprint(ndo, tp, value + optlen)) == NULL)
+                    if ((tp = fqdn_print(ndo, tp, value + optlen)) == NULL)
                         return -1;
                 }
             }