aboutsummaryrefslogtreecommitdiffstats
path: root/packet-igrp.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-igrp.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-igrp.c')
-rw-r--r--packet-igrp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-igrp.c b/packet-igrp.c
index c4180bcd3e..e4bd8001f6 100644
--- a/packet-igrp.c
+++ b/packet-igrp.c
@@ -2,10 +2,10 @@
* Routines for IGRP dissection
* Copyright 2000, Paul Ionescu <paul@acorp.ro>
*
- * $Id: packet-igrp.c,v 1.6 2001/03/05 20:11:36 guy Exp $
+ * $Id: packet-igrp.c,v 1.7 2001/04/23 17:51:33 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from packet-syslog.c
@@ -36,7 +36,7 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "packet-ip.h"
+#include "ipproto.h"
#define IGRP_HEADER_LENGTH 12
#define IGRP_ENTRY_LENGTH 14