aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ifinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_ifinfo.h')
-rw-r--r--capture_ifinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_ifinfo.h b/capture_ifinfo.h
index e96dfb6cfb..20207aedcf 100644
--- a/capture_ifinfo.h
+++ b/capture_ifinfo.h
@@ -64,6 +64,7 @@ extern GList *capture_interface_list(int *err, char **err_str);
/* Error values from "get_interface_list()/capture_interface_list()". */
#define CANT_GET_INTERFACE_LIST 1 /* error getting list */
#define NO_INTERFACES_FOUND 2 /* list is empty */
+#define DONT_HAVE_PCAP 3 /* couldn't load WinPcap */
void free_interface_list(GList *if_list);