From 7da945178186299a0bb39a5858b2c53ec7738ddd Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 22 May 2002 22:57:54 +0000 Subject: [PATCH] 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 --- wiretap/file.c | 4 ++-- 1 file 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 @@ -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 */