aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-27 22:46:48 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-27 22:46:48 +0000
commit9745ed6988d92f8d7042a18d3fb8c5299545c815 (patch)
tree0368714c6c0dc3182644c60e432f875aefa892f0 /wiretap/file.c
parent83dc23831a86172318115027725328c34e5a1908 (diff)
From Markus Steinmann: support for writing LANalyzer files.
svn path=/trunk/; revision=5771
Diffstat (limited to 'wiretap/file.c')
-rw-r--r--wiretap/file.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/wiretap/file.c b/wiretap/file.c
index 516eae2c12..036b9057dc 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,20 +1,20 @@
/* file.c
*
- * $Id: file.c,v 1.92 2002/06/07 07:47:57 guy Exp $
+ * $Id: file.c,v 1.93 2002/06/27 22:46:47 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
- *
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -343,8 +343,8 @@ static const struct file_type_info {
NULL, NULL },
/* WTAP_FILE_LANALYZER */
- { "Novell LANalyzer", NULL,
- NULL, NULL },
+ { "Novell LANalyzer","lanalyzer",
+ lanalyzer_dump_can_write_encap, lanalyzer_dump_open },
/* WTAP_FILE_NGSNIFFER_UNCOMPRESSED */
{ "Network Associates Sniffer (DOS-based)", "ngsniffer",