From: Guy Harris Date: Thu, 6 Jan 2022 23:49:19 +0000 (-0800) Subject: The new home of Npcap is npcap.com, not npcap.org. X-Git-Tag: libpcap-1.10.2~273 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/09a4a3eb45af65950ae37ca6214044513fa216e8 The new home of Npcap is npcap.com, not npcap.org. (npcap.org redirects there.) [skip ci] (cherry picked from commit a8e37806ded443fa2f1fb2e14b3c53922af63bc3) --- diff --git a/doc/README.Win32.md b/doc/README.Win32.md index 626f89ba..7ba7c22d 100644 --- a/doc/README.Win32.md +++ b/doc/README.Win32.md @@ -28,7 +28,7 @@ Windows Vista, which is the earliest version supported by Npcap. Npcap and its SDK can be downloaded from its home page: - https://npcap.org + https://npcap.com The SDK is a ZIP archive; create a folder on your C: drive, e.g. C:\npcap-sdk, and put the contents of the ZIP archive into that folder. diff --git a/pcap-npf.c b/pcap-npf.c index 0f90b36a..1117e02c 100644 --- a/pcap-npf.c +++ b/pcap-npf.c @@ -1633,7 +1633,7 @@ pcap_create_interface(const char *device _U_, char *ebuf) * out all older drivers. */ snprintf(ebuf, PCAP_ERRBUF_SIZE, - "PacketGetTimestampModes() failed with ERROR_INVALID_FUNCTION; try uninstalling Npcap, and WinPcap if installed, and re-installing it from npcap.org"); + "PacketGetTimestampModes() failed with ERROR_INVALID_FUNCTION; try uninstalling Npcap, and WinPcap if installed, and re-installing it from npcap.com"); break; }