From 7aef6b29322d99f678c2c7a73b4ad509d50e375d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 2 Jul 2001 09:23:02 +0000 Subject: Add PIMv1 support. svn path=/trunk/; revision=3634 --- packet-pim.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packet-pim.h (limited to 'packet-pim.h') 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 + * 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 -- cgit v1.2.3