diff options
author | itojun <itojun> | 2000-10-07 05:53:09 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-07 05:53:09 +0000 |
commit | ce132b307b6f895a3c591b7150dcad88ac6c0245 (patch) | |
tree | 7d0402c9e8c1bdad643c972da1071388f84d54e6 /print-frag6.c | |
parent | 8f5ebe04d098b79bdf3c6184cfc0a7f0f3f5559b (diff) | |
download | tcpdump-ce132b307b6f895a3c591b7150dcad88ac6c0245.tar.gz |
put stripped-down version of ip6.h and icmp6.h into tcpdump tree.
ip6.h is almost normal RFC2292 header.
icmp6.h has couple of extensions (not covered by RFC2292),
like MLD, ICMPv6 nodeinfo, and router renumber.
XXX how to synchronize with future kame changes?
Diffstat (limited to 'print-frag6.c')
-rw-r--r-- | print-frag6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print-frag6.c b/print-frag6.c index b2868964..ecb28bac 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.11 2000-10-03 02:19:05 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.12 2000-10-07 05:53:10 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -40,7 +40,7 @@ static const char rcsid[] = #include <stdio.h> -#include <netinet/ip6.h> +#include "ip6.h" #include "interface.h" #include "addrtoname.h" |