Skip to content

Commit 6d8b747

Browse files
authored
Update Npcap-0.96 location (#1891)
* Update Npcap-0.96 location - test * Revert the changes for the OEM version * Small fix
1 parent a667b2a commit 6d8b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_npcap.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if "%NPCAP_OEM_CREDENTIALS_DEFINED%"=="2" (
1414
curl -L --digest --user %NPCAP_USERNAME%:%NPCAP_PASSWORD% https://npcap.com/oem/dist/%NPCAP_FILE% --output %NPCAP_FILE%
1515
) else (
1616
echo Using Npcap free version %NPCAP_FILE%
17-
curl -L https://npcap.com/dist/%NPCAP_FILE% --output %NPCAP_FILE%
17+
curl -L https://raw.githubusercontent.com/seladb/PcapPlusPlus-Deploy/refs/heads/master/Packages/%NPCAP_FILE% --output %NPCAP_FILE%
1818
)
1919

2020
%NPCAP_FILE% /S /winpcap_mode

0 commit comments

Comments
 (0)