]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
Use nd_ipv4 rather than struct in_addr
[tcpdump] / print-tcp.c
index c0a21b9861eb5e28e90c2ff15c187aa69dce4a7e..58e1aef66da5fd3cfbd95df885ad905589738f6f 100644 (file)
@@ -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;
 };