aboutsummaryrefslogtreecommitdiffstats
path: root/packet-msnip.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-29 18:55:50 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-29 18:55:50 +0000
commitec281bdf7192f32b5ac959fbd4f6726f24da86e4 (patch)
tree0a764787ba650f84735a61bd0292364b6ac62f54 /packet-msnip.h
parent556a11ad45f9f97d52273386290aa7cdae579c5e (diff)
MSNIP support, from Ronnie Sahlberg.
svn path=/trunk/; revision=3622
Diffstat (limited to 'packet-msnip.h')
-rw-r--r--packet-msnip.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/packet-msnip.h b/packet-msnip.h
new file mode 100644
index 0000000000..6bb5d56a1d
--- /dev/null
+++ b/packet-msnip.h
@@ -0,0 +1,31 @@
+/* packet-msnip.h 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
+ * Declarations of routines for IGMP/MSNIP packet disassembly
+ *
+ * $Id: packet-msnip.h,v 1.1 2001/06/29 18:55:50 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_MSNIP_H__
+#define __PACKET_MSNIP_H__
+
+int dissect_msnip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset);
+
+#endif
+