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
This commit is contained in:
Guy Harris 2002-05-22 22:57:54 +00:00
parent d1fa53c605
commit 7da9451781
1 changed files with 2 additions and 2 deletions

View File

@ -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 */