aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 02:14:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 02:14:01 +0000
commit9c46fbbf6beb7c2c08d4a506ee0c2fefce8f4892 (patch)
tree75732a688f49b82d0ea7624bda3c8ae4e34b3ee9 /cfile.h
parent135c9f22e8340a85c1bcbd88209f1d67764042ca (diff)
Get rid of f_len field in capture_file structure - we can just keep
the length locally. within cf_read(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15454 f5534014-38df-0310-8fa8-9805f1628bb7
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 */