aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-06-24 05:32:48 +0000
committerGuy Harris <guy@alum.mit.edu>2000-06-24 05:32:48 +0000
commitae1f565029dd00cbf4abe4144a9b8eac61cdf9da (patch)
treec850602deb4daee9a7d4e45819c408576055cd11 /wiretap/file.c
parent068f36c4fe2431b46550ad9df637f896941b05db (diff)
Joerg Mayer's changes to add support for NetXRay file format version
2.002, as used by release 3.50 of the Network Associates Sniffer for Windows; currently, we treat it just like the 2.001 version, so we rename the version #define WTAP_FILE_NETXRAY_2_001 to WTAP_FILE_NETXRAY_2_00x and use that for both 2.001 and 2.002. svn path=/trunk/; revision=2087
Diffstat (limited to 'wiretap/file.c')
-rw-r--r--wiretap/file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/file.c b/wiretap/file.c
index afb458224a..6db97d36a1 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,6 +1,6 @@
/* file.c
*
- * $Id: file.c,v 1.53 2000/05/25 09:00:20 guy Exp $
+ * $Id: file.c,v 1.54 2000/06/24 05:32:46 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -273,8 +273,8 @@ const static struct file_type_info {
{ "Network Associates Sniffer (Windows-based) 1.1", "ngwsniffer_1_1",
netxray_dump_can_write_encap, netxray_dump_open_1_1 },
- /* WTAP_FILE_NETXRAY_2_001 */
- { "Network Associates Sniffer (Windows-based) 2.001", NULL,
+ /* WTAP_FILE_NETXRAY_2_00x */
+ { "Network Associates Sniffer (Windows-based) 2.00x", NULL,
NULL, NULL },
/* WTAP_FILE_RADCOM */