aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-09 21:38:21 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-09 21:38:21 +0000
commit84dcd53b03d15474bebc7431c52aa8029d2b3f97 (patch)
treeb9df881a349c0f7b3a5ef5abb1b7d5c04c7c90e6 /cfile.h
parent3f75fe32918530084706e78f969642d5a38e25bf (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. svn path=/trunk/; revision=9616
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 */