aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-05-12 21:40:07 +0000
committerGuy Harris <guy@alum.mit.edu>1999-05-12 21:40:07 +0000
commit6399732b86713a010ac04c39e3db899de37209e3 (patch)
tree972187885c21a340a1a82f78d783314448696be4 /wiretap/wtap.h
parent06d5d955e8a4fbff997ddca58ba4db798c980c25 (diff)
Add support for Network Monitor 2.0 files, thanks to information
supplied by Tim Farley. Tim also indicated that the Network Monitor network types may be NDIS network types+1. It also appears that NetXRay/Windows Sniffer network types may be NDIS network types as well. svn path=/trunk/; revision=284
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 1f93b9d7d6..230e702a32 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.17 1999/03/28 18:32:03 gram Exp $
+ * $Id: wtap.h,v 1.18 1999/05/12 21:40:07 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -87,7 +87,8 @@ typedef struct {
typedef struct {
time_t start_secs;
- guint32 start_msecs;
+ guint32 start_usecs;
+ guint8 version_major;
int end_offset;
} netmon_t;