aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-02 09:23:02 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-02 09:23:02 +0000
commit7aef6b29322d99f678c2c7a73b4ad509d50e375d (patch)
treef45305be24b38a0cda7d6cc9651db0009d14dbe8 /packet-pim.h
parent0395944bf6fdc498c413d735b822aa0d670a2f3a (diff)
Add PIMv1 support.
svn path=/trunk/; revision=3634
Diffstat (limited to 'packet-pim.h')
-rw-r--r--packet-pim.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/packet-pim.h b/packet-pim.h
new file mode 100644
index 0000000000..04f26f4eae
--- /dev/null
+++ b/packet-pim.h
@@ -0,0 +1,30 @@
+/* packet-pim.h
+ * Declarations of routines for IGMP/PIMv1 packet disassembly
+ *
+ * $Id: packet-pim.h,v 1.3 2001/07/02 09:23:02 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PACKET_PIM_H__
+#define __PACKET_PIM_H__
+
+int dissect_pimv1(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset);
+
+#endif