aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-14 17:33:50 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-14 17:33:50 +0000
commit75907ec933d98f1d2f3e8f0fd915ce24ae9243cf (patch)
tree1ab71bc103c903f0fbff7acd9b392363e72ba524 /epan/packet.h
parent32481564af08becd9351b2aadd0ca9b1a76b3c09 (diff)
From Ulf Lamping: count ARP packets in capture progress dialog box.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6416 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 9cd617520c..29fb1ab75c 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.60 2002/08/28 20:40:44 jmayer Exp $
+ * $Id: packet.h,v 1.61 2002/10/14 17:33:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -63,6 +63,7 @@ typedef struct _packet_counts {
gint vines;
gint other;
gint total;
+ gint arp;
} packet_counts;
/* Types of character encodings */