aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-21 18:30:15 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-21 18:30:15 +0000
commit702b6ea7d0f1b8662434f92762f8e01a30dd5c43 (patch)
tree59fe08271ce5c2ae7ba7c7f1b88d5b4cbf8f4763 /cfile.h
parent8b62ba243b8c25a3ce180fa3d4df112245f1a89b (diff)
Remove unused 'vers' member in capture_file
svn path=/trunk/; revision=30049
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 */