Skip to content

Commit

Permalink
Update Wireshark to 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Jul 13, 2023
1 parent f26357b commit 224ecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/download/http.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Get-FileFromUri -uri "https://www.python.org/ftp/python/3.10.11/python-3.10.11-a
# https://npcap.com/#download
Get-FileFromUri -uri "https://npcap.com/dist/npcap-1.75.exe" -FilePath ".\downloads\npcap.exe"
# https://www.wireshark.org/download.html
Get-FileFromUri -uri "https://1.eu.dl.wireshark.org/win64/Wireshark-win64-4.0.6.exe" -FilePath ".\downloads\wireshark.exe"
Get-FileFromUri -uri "https://1.eu.dl.wireshark.org/win64/Wireshark-win64-4.0.7.exe" -FilePath ".\downloads\wireshark.exe"
# https://www.sqlite.org/download.html
Get-FileFromUri -uri "https://sqlite.org/2023/sqlite-tools-win32-x86-3420000.zip" -FilePath ".\downloads\sqlite.zip"
# https://www.7-zip.org/download.html
Expand Down

0 comments on commit 224ecc2

Please sign in to comment.