summaryrefslogtreecommitdiff
path: root/pcap-new.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-04-19 13:13:46 -0700
committerGuy Harris <guy@alum.mit.edu>2019-04-19 13:13:46 -0700
commit82f5b14456853fd64be21f53162c19697ab6c4a2 (patch)
tree1174562b4f98cb73de3d43241e16f61172199169 /pcap-new.c
parentf85c239c229527e365ea458274c777a2c820feb0 (diff)
downloadlibpcap-82f5b14456853fd64be21f53162c19697ab6c4a2.tar.gz
Clean up some references to WinPcap.
We're currently unlikely to be used with WinPcap, although you could build libpcap on Windows with the WinPcap SDK and install and use it; we are, however, built with Npcap as part of the Npcap binary.
Diffstat (limited to 'pcap-new.c')
-rw-r--r--pcap-new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-new.c b/pcap-new.c
index 1ec01cd4..e61cf6ab 100644
--- a/pcap-new.c
+++ b/pcap-new.c
@@ -120,7 +120,7 @@ int pcap_findalldevs_ex(const char *source, struct pcap_rmtauth *auth, pcap_if_t
if (*alldevs == NULL)
{
pcap_snprintf(errbuf, PCAP_ERRBUF_SIZE,
- "No interfaces found! Make sure libpcap/WinPcap is properly installed"
+ "No interfaces found! Make sure libpcap/Npcap is properly installed"
" on the local machine.");
return -1;
}