From 4932ef3dcc5b76692e982fbb4d17153e998f69ba Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 25 Mar 1999 06:34:32 +0000 Subject: [PATCH] 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 --- wiretap/netxray.c | 10 +++++----- 1 file 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 @@ -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;