From c75f555d8cb42057204a7e9f738cd0bb6b865d6e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 23 Apr 2001 17:51:37 +0000 Subject: Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". Fix Gerald's address in some files while we're at it. svn path=/trunk/; revision=3366 --- packet-icmpv6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-icmpv6.c') diff --git a/packet-icmpv6.c b/packet-icmpv6.c index f4a7ada75d..b1825ed054 100644 --- a/packet-icmpv6.c +++ b/packet-icmpv6.c @@ -1,7 +1,7 @@ /* packet-icmpv6.c * Routines for ICMPv6 packet disassembly * - * $Id: packet-icmpv6.c,v 1.40 2001/04/23 03:56:57 guy Exp $ + * $Id: packet-icmpv6.c,v 1.41 2001/04/23 17:51:33 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -53,10 +53,10 @@ #include "packet.h" #include "packet-ipv6.h" -#include "packet-ip.h" #include "packet-dns.h" #include "in_cksum.h" #include "resolv.h" +#include "ipproto.h" #ifndef offsetof #define offsetof(type, member) ((size_t)(&((type *)0)->member)) -- cgit v1.2.3