summaryrefslogtreecommitdiff
path: root/print-rt6.c
diff options
context:
space:
mode:
authoritojun <itojun>2000-10-07 05:53:09 +0000
committeritojun <itojun>2000-10-07 05:53:09 +0000
commitce132b307b6f895a3c591b7150dcad88ac6c0245 (patch)
tree7d0402c9e8c1bdad643c972da1071388f84d54e6 /print-rt6.c
parent8f5ebe04d098b79bdf3c6184cfc0a7f0f3f5559b (diff)
downloadtcpdump-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-rt6.c')
-rw-r--r--print-rt6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-rt6.c b/print-rt6.c
index 45144eef..12253137 100644
--- a/print-rt6.c
+++ b/print-rt6.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.15 2000-10-03 02:19:07 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.16 2000-10-07 05:53:13 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"