]> The Tcpdump Group git mirrors - libpcap/commitdiff
The new home of Npcap is npcap.com, not npcap.org.
authorGuy Harris <[email protected]>
Thu, 6 Jan 2022 23:49:19 +0000 (15:49 -0800)
committerGuy Harris <[email protected]>
Sun, 20 Feb 2022 23:50:03 +0000 (15:50 -0800)
(npcap.org redirects there.)

[skip ci]

(cherry picked from commit a8e37806ded443fa2f1fb2e14b3c53922af63bc3)

doc/README.Win32.md
pcap-npf.c

index 626f89ba1dd9ead57433bbaa2d145563527ce6ef..7ba7c22de092aa5549f19eb0d8035fd110ecccc2 100644 (file)
@@ -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.
index 0f90b36aa871bed9dcae6eb425fb777ef099b631..1117e02c48b4e9b1010e2425a601521a9907f790 100644 (file)
@@ -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;
                                }