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-ospf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-ospf.c') diff --git a/packet-ospf.c b/packet-ospf.c index 600a5aa581..77693f7f72 100644 --- a/packet-ospf.c +++ b/packet-ospf.c @@ -2,7 +2,7 @@ * Routines for OSPF packet disassembly * (c) Copyright Hannes R. Boehm * - * $Id: packet-ospf.c,v 1.37 2001/02/04 08:21:35 guy Exp $ + * $Id: packet-ospf.c,v 1.38 2001/04/23 17:51:33 guy Exp $ * * At this time, this module is able to analyze OSPF * packets as specified in RFC2328. MOSPF (RFC1584) and other @@ -12,7 +12,7 @@ * TOS - support is not fully implemented * * Ethereal - Network traffic analyzer - * By Gerald Combs + * By Gerald Combs * Copyright 1998 Gerald Combs * * @@ -48,7 +48,7 @@ #include #include "packet.h" -#include "packet-ip.h" +#include "ipproto.h" #include "in_cksum.h" #include "ieee-float.h" -- cgit v1.2.3