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
This commit is contained in:
Guy Harris 1999-03-22 02:46:46 +00:00
parent 56b5a15d5f
commit dad4930e18
1 changed files with 2 additions and 1 deletions

View File

@ -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 {