aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 17:51:37 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 17:51:37 +0000
commit534c7b0e23c344c16a5466659890cf97f8c27228 (patch)
treed605c6be388c451adc3c40e9b1d06d073085f88c /packet-pim.c
parent586b98078f8e12e5d792a39861247054177f1e5b (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3366 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-pim.c')
-rw-r--r--packet-pim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-pim.c b/packet-pim.c
index 3e778e735d..936111887a 100644
--- a/packet-pim.c
+++ b/packet-pim.c
@@ -2,10 +2,10 @@
* Routines for PIM disassembly
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
*
- * $Id: packet-pim.c,v 1.26 2001/04/23 03:56:57 guy Exp $
+ * $Id: packet-pim.c,v 1.27 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
*
*
@@ -44,7 +44,7 @@
#endif
#include "packet.h"
-#include "packet-ip.h"
+#include "ipproto.h"
#include "in_cksum.h"
#define PIM_TYPE(x) ((x) & 0x0f)