diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-06-10 14:14:46 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-06-10 14:14:46 +0200 |
commit | 6fc5b4200b5f1dfdca23bdcc4cca696e5e6df49d (patch) | |
tree | cea05fbd26ae4a5f20a7294b383c7c688cac81e7 /print-esp.c | |
parent | 6b5d1df56e90de2abd1a1813922e39e195602c89 (diff) | |
download | tcpdump-6fc5b4200b5f1dfdca23bdcc4cca696e5e6df49d.tar.gz |
Use nd_ipv4 rather than struct in_addr
Diffstat (limited to 'print-esp.c')
-rw-r--r-- | print-esp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-esp.c b/print-esp.c index c91b04ed..f30563aa 100644 --- a/print-esp.c +++ b/print-esp.c @@ -99,7 +99,7 @@ struct newesp { #ifdef HAVE_LIBCRYPTO union inaddr_u { - struct in_addr in4; + nd_ipv4 in4; struct in6_addr in6; }; struct sa_list { |