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 08725ac commit a5549c2Copy full SHA for a5549c2
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://raw.githubusercontent.com/seladb/PcapPlusPlus-Deploy/refs/heads/master/Packages/%NPCAP_FILE% --output %NPCAP_FILE%
+ curl -L https://raw.githubusercontent.com/seladb/PcapPlusPlus-Deploy/e455ad26ca1365e2f32889002e309e1ab642e6cb/Packages/%NPCAP_FILE% --output %NPCAP_FILE%
18
)
19
20
%NPCAP_FILE% /S /winpcap_mode
0 commit comments