aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-pcap-util.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-02-08 11:08:01 -0800
committerGerald Combs <gerald@wireshark.org>2019-02-08 20:29:06 +0000
commita43730cb10bb971a8e8f124e33c93609b7fadc80 (patch)
tree7c137fba12d0791aca373c81c1003d1e938ada7b /caputils/capture-pcap-util.c
parentaabce6151c832ce7577a14a192cc131404ea4e4b (diff)
Convert WinPcap references to Npcap.
Convert WinPcap references and URLs in error messages and the FAQ to their Npcap equivalents. Remove some obsolete FAQ entries. Change-Id: I695d358a2c9cff0939f4ea84ba02d4c62ad7dd01 Reviewed-on: https://code.wireshark.org/review/31943 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'caputils/capture-pcap-util.c')
-rw-r--r--caputils/capture-pcap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/capture-pcap-util.c b/caputils/capture-pcap-util.c
index 9a5ea26cd3..0eedf71bf9 100644
--- a/caputils/capture-pcap-util.c
+++ b/caputils/capture-pcap-util.c
@@ -468,7 +468,7 @@ if_info_new(const char *name, const char *description, gboolean loopback)
/*
* On Windows, the "description" is a vendor description,
- * and the friendly name isn't returned by WinPcap.
+ * and the friendly name isn't returned by Npcap/WinPcap.
* Fetch it ourselves.
*/