X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/886fcf669f13779c8d25370c95b47993f5e3c7dd..6fc5b4200b5f1dfdca23bdcc4cca696e5e6df49d:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index c0a21b98..58e1aef6 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -68,8 +68,8 @@ static void print_tcp_fastopen_option(netdissect_options *ndo, const u_char *cp, struct tha { - struct in_addr src; - struct in_addr dst; + nd_ipv4 src; + nd_ipv4 dst; u_int port; };