aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-03-25 06:34:32 +0000
committerGuy Harris <guy@alum.mit.edu>1999-03-25 06:34:32 +0000
commit4932ef3dcc5b76692e982fbb4d17153e998f69ba (patch)
tree26a6c732917f33562371ffd9478e5d9505fbf849 /wiretap
parent210d3865329d9a8ddfd0286aa86bbeef7c6333fb (diff)
The program that produced the version 2.001 file was Sniffer Pro 2.50.05
(presumably a Windows version). Note also that version 2.001 files appear to have microsecond time stamps, like version 1.1 files. svn path=/trunk/; revision=228
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/netxray.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/wiretap/netxray.c b/wiretap/netxray.c
index aad6742d57..6eea048a0b 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -1,6 +1,6 @@
/* netxray.c
*
- * $Id: netxray.c,v 1.5 1999/03/22 15:02:25 gram Exp $
+ * $Id: netxray.c,v 1.6 1999/03/25 06:34:32 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -118,12 +118,12 @@ int netxray_open(wtap *wth)
}
/* It appears that version 1.1 files (as produced by Windows
- * Sniffer Pro) have the time stamp in microseconds, rather
- * than the milliseconds version 1.0 files appear to have.
+ * Sniffer Pro 2.0.01) have the time stamp in microseconds,
+ * rather than the milliseconds version 1.0 files appear to have.
*
* It also appears that version 2.001 files (as produced by
- * Sniffer Basic 2.0?) have per-packet headers with some extra
- * fields. */
+ * Windows(?) Sniffer Pro 2.50.05) have per-packet headers with
+ * some extra fields. */
if (memcmp(hdr.version, vers_1_0, sizeof vers_1_0) == 0) {
timeunit = 1000.0;
version_major = 1;