aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-25 23:23:28 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-25 23:23:28 +0000
commitdaa0dd9f1a0978f250c41254a4c3f69024b2bbdb (patch)
tree742f490c1021562eb6bc7cc6ca9432c4a6930ec7 /epan
parent86af47dd68245055354fa1b9eac58fb2b0159193 (diff)
Count ICMPv6 packets as ICMP when capturing.
Check the next header type - properly handling extension headers - in "capture_ipv6()". Get rid of the count of IPv6 packets - we break that down in "capture_ipv6()" now. Fix a typo. svn path=/trunk/; revision=6510
Diffstat (limited to 'epan')
-rw-r--r--epan/packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 947797f301..394a849be4 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.62 2002/10/22 22:04:23 jmayer Exp $
+ * $Id: packet.h,v 1.63 2002/10/25 23:23:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -60,7 +60,6 @@ typedef struct _packet_counts {
gint gre;
gint netbios;
gint ipx;
- gint ipv6;
gint vines;
gint other;
gint total;