From 6399732b86713a010ac04c39e3db899de37209e3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 12 May 1999 21:40:07 +0000 Subject: 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 --- wiretap/wtap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wiretap/wtap.h') 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 @@ -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; -- cgit v1.2.3