aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-20 02:14:01 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-20 02:14:01 +0000
commit53b54d11ed45c44aac2d45d81580a40fb5b00a0f (patch)
tree75732a688f49b82d0ea7624bda3c8ae4e34b3ee9 /cfile.h
parent980b568a3d70b5df9e450266641ff1c94cc24c3f (diff)
Get rid of f_len field in capture_file structure - we can just keep
the length locally. within cf_read(). svn path=/trunk/; revision=15454
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index 59f60bb51f..db0c29bbbe 100644
--- a/cfile.h
+++ b/cfile.h
@@ -47,7 +47,6 @@ typedef struct _capture_file {
gboolean is_tempfile; /* Is capture file a temporary file? */
gboolean user_saved;/* If capture file is temporary, has it been saved by user yet? */
long f_datalen; /* Size of capture file data (uncompressed) */
- gint64 f_len; /* Length of capture file (compressed if file is) */
guint16 cd_t; /* File type of capture file */
int lnk_t; /* Link-layer type with which to save capture */
guint32 vers; /* Version. For tcpdump minor is appended to major */