aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2000-08-21 18:20:19 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2000-08-21 18:20:19 +0000
commit05984d233d86ea3ade976216cacf2cf3b8bd6a01 (patch)
tree590171ed36934356a9e421fe4786472ba35e62fe /summary.h
parent8fbd65cc7fa830d497c14ee29d9912e618a09e8f (diff)
Add the number of marked packets in the summary window.
svn path=/trunk/; revision=2323
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/summary.h b/summary.h
index 9e1f2a0785..ed64ae669a 100644
--- a/summary.h
+++ b/summary.h
@@ -1,7 +1,7 @@
/* summary.h
* Definitions for capture file summary data
*
- * $Id: summary.h,v 1.4 1999/12/10 04:20:54 gram Exp $
+ * $Id: summary.h,v 1.5 2000/08/21 18:20:12 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -34,6 +34,7 @@ typedef struct _summary_tally {
includes time before first packet
and after last packet */
int filtered_count; /* number of filtered packets */
+ int marked_count; /* number of marked packets */
int packet_count; /* total number of packets in trace */
const char *filename;
long file_length; /* file length in bytes */