diff options
author | Laurent Deniel <laurent.deniel@free.fr> | 2000-08-21 18:20:19 +0000 |
---|---|---|
committer | Laurent Deniel <laurent.deniel@free.fr> | 2000-08-21 18:20:19 +0000 |
commit | 05984d233d86ea3ade976216cacf2cf3b8bd6a01 (patch) | |
tree | 590171ed36934356a9e421fe4786472ba35e62fe /summary.h | |
parent | 8fbd65cc7fa830d497c14ee29d9912e618a09e8f (diff) | |
download | wireshark-05984d233d86ea3ade976216cacf2cf3b8bd6a01.tar.gz wireshark-05984d233d86ea3ade976216cacf2cf3b8bd6a01.tar.bz2 wireshark-05984d233d86ea3ade976216cacf2cf3b8bd6a01.zip |
Add the number of marked packets in the summary window.
svn path=/trunk/; revision=2323
Diffstat (limited to 'summary.h')
-rw-r--r-- | summary.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |