aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-03 00:16:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-03 00:16:59 +0000
commit3f2f2929ebfb2aee247e8ac18156a0b8da762569 (patch)
tree2bd3c22b97f1b443f0f9ff2409b9197ead66d71e /cfile.h
parent22b253fb3087e17d476c760cfc7023167cbd4cb0 (diff)
added some more info to the statusbar (filesize, packet count, ..),
fixed a minor bug in the cfile handling (file length in summary dialog) svn path=/trunk/; revision=9961
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index 816f672eef..a95a10ab95 100644
--- a/cfile.h
+++ b/cfile.h
@@ -1,7 +1,7 @@
/* cfile.h
* capture_file definition & GUI-independent manipulation
*
- * $Id: cfile.h,v 1.8 2004/01/25 00:58:11 guy Exp $
+ * $Id: cfile.h,v 1.9 2004/02/03 00:16:58 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -52,6 +52,7 @@ typedef struct _capture_file {
int lnk_t; /* Link-layer type with which to save capture */
guint32 vers; /* Version. For tcpdump minor is appended to major */
int count; /* Total number of frames */
+ int displayed_count; /* Number of displayed frames */
int marked_count; /* Number of marked frames */
gboolean drops_known; /* TRUE if we know how many packets were dropped */
guint32 drops; /* Dropped packets */