]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp6.c
Add printing support for vsockmon devices.
[tcpdump] / print-icmp6.c
index 72e353d13bb6f8e202cc1037b60f928f43511f5c..c5ce7ea5daa4c37016768286208ab5f142ee915b 100644 (file)
@@ -1511,7 +1511,7 @@ icmp6_opt_print(netdissect_options *ndo, const u_char *bp, int resid)
                        while (domp < cp + (opt_len << 3) && GET_U_1(domp) != '\0')
                        {
                                ND_PRINT(" ");
-                               if ((domp = ns_nprint(ndo, domp, bp)) == NULL)
+                               if ((domp = fqdn_print(ndo, domp, bp)) == NULL)
                                        goto trunc;
                        }
                        break;