We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a667b2a commit 6d8b747Copy full SHA for 6d8b747
ci/install_npcap.bat
@@ -14,7 +14,7 @@ if "%NPCAP_OEM_CREDENTIALS_DEFINED%"=="2" (
14
curl -L --digest --user %NPCAP_USERNAME%:%NPCAP_PASSWORD% https://npcap.com/oem/dist/%NPCAP_FILE% --output %NPCAP_FILE%
15
) else (
16
echo Using Npcap free version %NPCAP_FILE%
17
- curl -L https://npcap.com/dist/%NPCAP_FILE% --output %NPCAP_FILE%
+ curl -L https://raw.githubusercontent.com/seladb/PcapPlusPlus-Deploy/refs/heads/master/Packages/%NPCAP_FILE% --output %NPCAP_FILE%
18
)
19
20
%NPCAP_FILE% /S /winpcap_mode
0 commit comments