Remove unused 'vers' member in capture_file
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Mon, 21 Sep 2009 18:30:15 +0000 (18:30 -0000)
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Mon, 21 Sep 2009 18:30:15 +0000 (18:30 -0000)
svn path=/trunk/; revision=30049

cfile.h

diff --git a/cfile.h b/cfile.h
index ced0aa81d815989763881978f497a2e5a4d153ad..9608d70001967c608421bd6701e78080e812dd05 100644 (file)
--- 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 */