aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture-pcap-util-int.h')
-rw-r--r--capture-pcap-util-int.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/capture-pcap-util-int.h b/capture-pcap-util-int.h
index 3ab330aedd..ccdd54dfdb 100644
--- a/capture-pcap-util-int.h
+++ b/capture-pcap-util-int.h
@@ -26,12 +26,23 @@
#define __PCAP_UTIL_INT_H__
#ifdef HAVE_LIBPCAP
+#ifdef HAVE_PCAP_REMOTE
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <pcap.h>
+#endif
extern if_info_t *if_info_new(char *name, char *description);
extern void if_info_add_address(if_info_t *if_info, struct sockaddr *addr);
#ifdef HAVE_PCAP_FINDALLDEVS
+#ifdef HAVE_PCAP_REMOTE
+extern GList *get_interface_list_findalldevs_ex(const char *source,
+ struct pcap_rmtauth *auth, int *err, char **err_str);
+#else
extern GList *get_interface_list_findalldevs(int *err, char **err_str);
#endif
+#endif
/*
* Get an error message string for a CANT_GET_INTERFACE_LIST error from