aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-09 01:38:30 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-09 01:38:30 +0000
commit2b5eab973e4cb3d33354cbb2f1ecdb190c15171f (patch)
tree54e9e4e5b8dbe6369d6f40965ab194a4b802c421 /wiretap/wtap-int.h
parent5429cf9b3f897f72fcd61e63797787b11d478e01 (diff)
It appears that ATM sniffer files with 4.x versions 4.95 and greater
have a bogus record length for type 4 records, but earlier 4.x versions, and 5.x versions, don't. svn path=/trunk/; revision=6880
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 17b84b76d8..79aeaa5b85 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -1,6 +1,6 @@
/* wtap-int.h
*
- * $Id: wtap-int.h,v 1.33 2003/01/07 03:52:59 guy Exp $
+ * $Id: wtap-int.h,v 1.34 2003/01/09 01:38:30 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -53,6 +53,8 @@ typedef struct {
} ngsniffer_comp_stream_t;
typedef struct {
+ guint maj_vers;
+ guint min_vers;
double timeunit;
time_t start;
gboolean is_atm;