aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-03-22 02:46:46 +0000
committerGuy Harris <guy@alum.mit.edu>1999-03-22 02:46:46 +0000
commitdad4930e18df2f7d7021858894b358661de8e2f3 (patch)
tree2c0fd5ef224c3c16445d99b88b1f3c8423ef6cdf /wiretap
parent56b5a15d5fe65705f8730fb2f0cff41361367edf (diff)
Add support for file format version 2.001 (used by Sniffer Basic 2.0?).
This assumes that the time stamps are still in units of microseconds; I don't yet have a text decode of the version-2.001 file from the program that decoded it, so I can't check the time stamps. svn path=/trunk/; revision=218
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 7013f5abd1..4f3402b2b5 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.15 1999/03/01 22:59:47 guy Exp $
+ * $Id: wtap.h,v 1.16 1999/03/22 02:46:46 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -97,6 +97,7 @@ typedef struct {
double start_timestamp;
int wrapped;
int end_offset;
+ int version_major;
} netxray_t;
struct wtap_pkthdr {