aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-22 22:57:54 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-22 22:57:54 +0000
commit7da945178186299a0bb39a5858b2c53ec7738ddd (patch)
treea1fa33b99a6b083e0b7e4e3c7b9dca62d6041eae /wiretap/file.c
parentd1fa53c6051b719489e1b73b2c6c2a7784b6afc9 (diff)
Capture file formats that can be written need a "short name" to let you
specify them on the command line of Tethereal/editcap/etc. (and to keep those programs from dropping core when enumerating the names); now that we can write Windows Sniffer 2.00x-format files, give them a short name. svn path=/trunk/; revision=5524
Diffstat (limited to 'wiretap/file.c')
-rw-r--r--wiretap/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/file.c b/wiretap/file.c
index 46119fedd0..fda686f44b 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,6 +1,6 @@
/* file.c
*
- * $Id: file.c,v 1.87 2002/04/18 21:35:57 guy Exp $
+ * $Id: file.c,v 1.88 2002/05/22 22:57:54 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -363,7 +363,7 @@ static const struct file_type_info {
netxray_dump_can_write_encap, netxray_dump_open_1_1 },
/* WTAP_FILE_NETXRAY_2_00x */
- { "Network Associates Sniffer (Windows-based) 2.00x", NULL,
+ { "Network Associates Sniffer (Windows-based) 2.00x", "ngwsniffer_2_0",
netxray_dump_can_write_encap, netxray_dump_open_2_0 },
/* WTAP_FILE_RADCOM */