aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture_ifinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'caputils/capture_ifinfo.h')
-rw-r--r--caputils/capture_ifinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/capture_ifinfo.h b/caputils/capture_ifinfo.h
index 83b020c5f0..e063134b74 100644
--- a/caputils/capture_ifinfo.h
+++ b/caputils/capture_ifinfo.h
@@ -75,7 +75,7 @@ extern GList *capture_interface_list(int *err, char **err_str, void (*update_cb)
/* Error values from "get_interface_list()/capture_interface_list()". */
#define CANT_GET_INTERFACE_LIST 1 /* error getting list */
-#define DONT_HAVE_PCAP 2 /* couldn't load WinPcap */
+#define DONT_HAVE_PCAP 2 /* couldn't load WinPcap/Npcap */
void free_interface_list(GList *if_list);