aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/netmon.h')
-rw-r--r--wiretap/netmon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
index cca5be3557..d70085a30e 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -26,9 +26,13 @@
#include <glib.h>
#include <wtap.h>
+WS_DLL_LOCAL
int netmon_open(wtap *wth, int *err, gchar **err_info);
+WS_DLL_LOCAL
gboolean netmon_dump_open(wtap_dumper *wdh, int *err);
+WS_DLL_LOCAL
int netmon_dump_can_write_encap_1_x(int encap);
+WS_DLL_LOCAL
int netmon_dump_can_write_encap_2_x(int encap);
#endif