aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/network_instruments.h
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/network_instruments.h
parentde247df4e5aec096390e43ea52f56e28a7794959 (diff)
From Scott Emberley: support for writing Network Instruments Observer
files. svn path=/trunk/; revision=8900
Diffstat (limited to 'wiretap/network_instruments.h')
-rw-r--r--wiretap/network_instruments.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/network_instruments.h b/wiretap/network_instruments.h
index 3432ea568d..7760f1580a 100644
--- a/wiretap/network_instruments.h
+++ b/wiretap/network_instruments.h
@@ -1,5 +1,5 @@
/*
- * $Id: network_instruments.h,v 1.3 2003/11/01 03:38:10 guy Exp $
+ * $Id: network_instruments.h,v 1.4 2003/11/06 22:45:28 guy Exp $
*/
/***************************************************************************
@@ -23,6 +23,8 @@
#define __NETWORK_INSTRUMENTS_H__
int network_instruments_open(wtap *wth, int *err);
+int network_instruments_dump_can_write_encap(int encap);
+gboolean network_instruments_dump_open(wtap_dumper *wdh, gboolean cant_seek, int *err);
typedef struct capture_file_header
{