aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-06 22:45:28 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-06 22:45:28 +0000
commit0543fbd427461af29f8899f652ef6cedaa84b6f5 (patch)
treef02f5e4844da923eff6e73e7d83d93404ee67444 /wiretap/file_access.c
parentde247df4e5aec096390e43ea52f56e28a7794959 (diff)
From Scott Emberley: support for writing Network Instruments Observer
files. svn path=/trunk/; revision=8900
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 5efc3fb735..0c80b35ba0 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -1,6 +1,6 @@
/* file_access.c
*
- * $Id: file_access.c,v 1.5 2003/10/31 00:43:21 guy Exp $
+ * $Id: file_access.c,v 1.6 2003/11/06 22:45:28 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -446,7 +446,7 @@ static const struct file_type_info {
/* WTAP_FILE_NETWORK_INSTRUMENTS_V9 */
{ "Network Instruments Observer version 9", "niobserverv9",
- NULL, NULL },
+ network_instruments_dump_can_write_encap, network_instruments_dump_open },
};
/* Name that should be somewhat descriptive. */