aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-21 18:30:15 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-21 18:30:15 +0000
commit92148bda1ed9ae88ae64eeaf620cd4e3ad225c38 (patch)
tree59fe08271ce5c2ae7ba7c7f1b88d5b4cbf8f4763 /cfile.h
parent7cb678a07b046a3a2676d184c0e1f56001857c02 (diff)
Remove unused 'vers' member in capture_file
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30049 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 ced0aa81d8..9608d70001 100644
--- a/cfile.h
+++ b/cfile.h
@@ -49,7 +49,6 @@ typedef struct _capture_file {
gint64 f_datalen; /* Size of capture file data (uncompressed) */
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 */
int count; /* Total number of frames */
int displayed_count; /* Number of displayed frames */
int marked_count; /* Number of marked frames */