Remove unused 'vers' member in capture_file

svn path=/trunk/; revision=30049
This commit is contained in:
Kovarththanan Rajaratnam 2009-09-21 18:30:15 +00:00
parent 8b62ba243b
commit 702b6ea7d0
1 changed files with 0 additions and 1 deletions

View File

@ -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 */