aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dvmrp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-12 06:21:55 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-12 06:21:55 +0000
commitb0e7d0029de0c6102e2ace6fa76dc61f0203fcf1 (patch)
treef09655c93a5ef6951b91858196ff033354f7f827 /packet-dvmrp.h
parent29d49954f1320862a9be09455f83c816fef8738f (diff)
DVMRP support, from Ronnie Sahlberg.
Give "packet-igmp.c" an RCS ID. svn path=/trunk/; revision=3539
Diffstat (limited to 'packet-dvmrp.h')
-rw-r--r--packet-dvmrp.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/packet-dvmrp.h b/packet-dvmrp.h
new file mode 100644
index 0000000000..f8c1a889ed
--- /dev/null
+++ b/packet-dvmrp.h
@@ -0,0 +1,31 @@
+/* packet-dvmrp.h 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
+ * Declarations of routines for IGMP/DVMRP packet disassembly
+ *
+ * $Id: packet-dvmrp.h,v 1.1 2001/06/12 06:21:55 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_DVMRP_H__
+#define __PACKET_DVMRP_H__
+
+int dissect_dvmrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset);
+
+#endif
+