aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-09 21:38:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-09 21:38:21 +0000
commit7e37a382d421d34b6fc3b1434ba8122da7b62a36 (patch)
treeb9df881a349c0f7b3a5ef5abb1b7d5c04c7c90e6 /cfile.h
parentcc50e44a5d0262d7611463de5a1796e3a7b71963 (diff)
We don't need to keep the progress bar quantum or next step in the
capture_file structure - just make it local to the routine scanning through the packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9616 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cfile.h b/cfile.h
index 040b1fda59..2d0cac446c 100644
--- a/cfile.h
+++ b/cfile.h
@@ -1,7 +1,7 @@
/* cfile.h
* capture_file definition & GUI-independent manipulation
*
- * $Id: cfile.h,v 1.6 2003/09/24 00:47:36 guy Exp $
+ * $Id: cfile.h,v 1.7 2004/01/09 21:38:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -59,8 +59,6 @@ typedef struct _capture_file {
guint32 eusec; /* Elapsed microseconds */
gboolean has_snap; /* TRUE if maximum capture packet length is known */
int snap; /* Maximum captured packet length */
- long progbar_quantum; /* Number of bytes read per progress bar update */
- long progbar_nextstep; /* Next point at which to update progress bar */
gchar *iface; /* Interface */
gchar *save_file; /* File that user saved capture to */
int save_file_fd; /* File descriptor for saved file */