随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-wireshark

命令

Windows 安装 Wireshark

win-install-wireshark

Windows 安装 Wireshark

补充说明

Wireshark 是一款全球最流行的网络协议分析工具,支持实时抓包和离线分析,适用于网络故障排查、协议研究和安全审计。

安装 Wireshark

# 安装 Wireshark
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o Wireshark-installer.exe https://2.na.dl.wireshark.org/win64/Wireshark-4.2.0-x64.exe && Wireshark-installer.exe /S
# 安装 Wireshark
cd ~\Downloads; curl.exe -L -o Wireshark-installer.exe https://2.na.dl.wireshark.org/win64/Wireshark-4.2.0-x64.exe; .\Wireshark-installer.exe /S

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id WiresharkFoundation.Wireshark -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果