aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-20 07:05:58 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-20 07:05:58 +0000
commitedd1f261709079cbe0ebe7f9bb8b447a250271c5 (patch)
treec53d7501daab4f29fddb7a458d040b7799b4eea9 /packet-pim.h
parentc2a68f6b86c75772f44e15b5d926ea25966e9241 (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). svn path=/trunk/; revision=1882
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 *);