mac安装wireshark

mac安装wireshark

1.下载地址

https://www.wireshark.org/#download

选择适合自己mac的版本

2.安装

正常安装即可

3.怎么切换中文

打开 Wireshark,点击顶部菜单 Edit(编辑) → Preferences(首选项)。

右侧找到 Language(语言) 下拉框,选择 Chinese (Simplified) (zh_CN)(简体中文)。

点击 OK,重启 Wireshark 后界面就变成中文了。

4.安装ChmodBPF

正常直接抓包的话会出现一个权限报错。

复制代码
Please check to make sure you have sufficient permissions.

If you installed Wireshark using the package from wireshark.org, close this dialog and click on the "installing ChmodBPF" link in "You can fix this by installing ChmodBPF." on the main screen, and then complete the installation procedure

这个提示是 macOS 上 Wireshark 最常见的权限错误:你当前用户没有权限访问系统的 BPF 抓包设备(/dev/bpf*)。

按提示的官方方法,安装 ChmodBPF 即可永久修复。

5.成功效果图

如果有问题可以留言或者是在线私聊博主~~~

相关推荐
2501_916007471 小时前
抓包工具对比 Charles、Fiddler、TraceEagle、Wireshark 与 Proxyman
前端·网络协议·ios·adb·https·fiddler·wireshark
胡渠洋17 小时前
postman学习
学习·测试工具·postman
Lvan的前端笔记21 小时前
python:Mac 系统 uv 完整安装+入门实战
python·macos·uv
pop_xiaoli1 天前
【iOS】离屏渲染
macos·ios·objective-c·cocoa
鸠摩智首席音效师1 天前
如何在 macOS 上创建 React.js 应用程序 ?
前端·react.js·macos
xy34532 天前
wireshark 如何捕获信息
网络·测试工具·渗透测试·wireshark
会周易的程序员2 天前
从零构建多核CPU负载自适应控制系统
linux·c++·笔记·物联网·测试工具
博观而约取厚积而薄发2 天前
Pytest 从入门到精通,一篇就够(超详细实战教程)
python·测试工具·单元测试·自动化·pytest
colman wang3 天前
Git指令(Mac)
git·macos