X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/38bd52133279d4ed3d0f4416b7325350d9f306c8..e847135d66e822a96198a8d15771cf3a827b1ee9:/print-icmp6.c diff --git a/print-icmp6.c b/print-icmp6.c index 19bf206d..fbc77ec2 100644 --- a/print-icmp6.c +++ b/print-icmp6.c @@ -957,12 +957,12 @@ icmp6_print(netdissect_options *ndo, case IPPROTO_TCP: ND_PRINT((ndo,", %s tcp port %s", ip6addr_string(ndo, &oip->ip6_dst), - tcpport_string(dport))); + tcpport_string(ndo, dport))); break; case IPPROTO_UDP: ND_PRINT((ndo,", %s udp port %s", ip6addr_string(ndo, &oip->ip6_dst), - udpport_string(dport))); + udpport_string(ndo, dport))); break; default: ND_PRINT((ndo,", %s protocol %d port %d unreachable",