aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-07 22:52:57 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-07 22:52:57 +0000
commit6d610d5a736194dc2ba998ca285ed31937b962fa (patch)
treec720d2a42f11c9d14ac1a161eb785b438c2c4b14 /summary.h
parentbe35348d2e6dc8f996c9de344ded516f054a501f (diff)
Created a new protocol tree implementation and a new display filter
mechanism that is built into ethereal. Wiretap is now used to read all file formats. Libpcap is used only for capturing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@342 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/summary.h b/summary.h
index 8e6ffba88b..915c0bf7a8 100644
--- a/summary.h
+++ b/summary.h
@@ -1,7 +1,7 @@
/* summary.h
* Definitions for capture file summary windows
*
- * $Id: summary.h,v 1.1 1999/06/22 22:02:12 gram Exp $
+ * $Id: summary.h,v 1.2 1999/07/07 22:52:00 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,7 +30,7 @@ typedef struct _summary_tally {
guint32 bytes;
double start_time;
double stop_time;
- guint32 count;
+ guint32 filtered_count;
} summary_tally;