aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-20 07:05:58 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-20 07:05:58 +0000
commitbb5f2a5810d9aa5a18ac0ea315a8ad8f746ff400 (patch)
treec53d7501daab4f29fddb7a458d040b7799b4eea9 /packet-pim.h
parent6b7a143a43b87d409bb75c9abda32261c38c4866 (diff)
Have the IPv6 dissector use the same dissector table as the IPv4
dissector. Don't dissect the payload of any fragmented IPv6 packet unless it's the initial fragment (that's what we do for IPv4). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1882 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-pim.h')
-rw-r--r--packet-pim.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/packet-pim.h b/packet-pim.h
deleted file mode 100644
index 7023542ea4..0000000000
--- a/packet-pim.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* packet-pim.h
- *
- * $Id: packet-pim.h,v 1.1 2000/02/15 21:02:50 gram Exp $
- *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
- * 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.
- */
-
-
-void dissect_pim(const u_char *, int, frame_data *, proto_tree *);