aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture_ifinfo.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-03-12 11:30:03 -0700
committerGuy Harris <guy@alum.mit.edu>2020-03-12 18:59:44 +0000
commitf77c677f186cae1e687767b7766cfdef62c533a1 (patch)
tree50477fe799ba1dd7d9a7355d566081e13dd2717f /caputils/capture_ifinfo.h
parent16adaf33b494d26ea7a643cf701c2080120a851a (diff)
Fix some places where we forgot to mention Npcap.
Mostly comments, but a few messages. Change-Id: Iff7380eb15f064bf6a3078e131c70987e36bca44 Reviewed-on: https://code.wireshark.org/review/36381 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
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);