aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-25 21:47:23 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-25 21:47:23 +0000
commitf72f3b786190af6c5dff8ff705be17586cb2d5d2 (patch)
tree3d1defd96750b37850237ba9d44ac5419819a481 /wiretap/file.c
parent32d63ecb303df930ec2521c0064c23697c96142d (diff)
Finish up support for writing NetMon 2.x capture files.
(We really need to put in some rudimentary 64-bit integer support, for the benefit of platforms+compilers that don't support it; the floating-point calculations we're doing now appear not to get exactly the right answer, from an experiment at reading a NetMon 2.x file and writing it back out as NetMon 2.x with editcap.) svn path=/trunk/; revision=2939
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 f72337ddb1..a4fc55a697 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,6 +1,6 @@
/* file.c
*
- * $Id: file.c,v 1.62 2000/09/19 17:22:09 gram Exp $
+ * $Id: file.c,v 1.63 2001/01/25 21:47:23 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -302,8 +302,8 @@ const static struct file_type_info {
netmon_dump_can_write_encap, netmon_dump_open },
/* WTAP_FILE_NETMON_2_x */
- { "Microsoft Network Monitor 2.x", NULL,
- NULL, NULL },
+ { "Microsoft Network Monitor 2.x", "netmon2",
+ netmon_dump_can_write_encap, netmon_dump_open },
/* WTAP_FILE_NETXRAY_1_0 */
{ "Cinco Networks NetXRay", NULL,