aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>1999-09-23 04:39:01 +0000
committerAshok Narayanan <ashokn@cisco.com>1999-09-23 04:39:01 +0000
commit501b9b05e19391fba0e33751b41bb6a47063491a (patch)
tree5c1982f3297f1cf679f2cbb229df4b37f895a1da /file.h
parent5953b86866ee16efb2badc9603080e90fa9f86d6 (diff)
Adds progress bar functionality back for loading files (it was changed to
bounce bar for compressed file support). Note that the progress bar may not grow smoothly for compressed files, but it should be reasonably accurate for files which are large enough to matter. svn path=/trunk/; revision=701
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.h b/file.h
index c059ea3f8a..623c7cf153 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.45 1999/09/22 01:26:24 ashokn Exp $
+ * $Id: file.h,v 1.46 1999/09/23 04:38:52 ashokn Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -82,6 +82,7 @@ typedef struct bpf_program bpf_prog;
typedef struct _capture_file {
FILE_T fh; /* Capture file */
+ int filed; /* Filedes of capture file */
gchar *filename; /* filename */
long f_len; /* File length */
guint16 cd_t; /* Capture data type */