aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ospf.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 17:51:37 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 17:51:37 +0000
commitc75f555d8cb42057204a7e9f738cd0bb6b865d6e (patch)
treed605c6be388c451adc3c40e9b1d06d073085f88c /packet-ospf.c
parent4f10e27d03d0f4becf442551c45bcb086d0218d2 (diff)
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
Diffstat (limited to 'packet-ospf.c')
-rw-r--r--packet-ospf.c6
1 files changed, 3 insertions, 3 deletions
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 <hannes@boehm.org>
*
- * $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 <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -48,7 +48,7 @@
#include <glib.h>
#include "packet.h"
-#include "packet-ip.h"
+#include "ipproto.h"
#include "in_cksum.h"
#include "ieee-float.h"