mac安装wireshark

mac启动wireshark时,提示没有权限抓包,报错内容如下:

"The capture session could not be initiated on interface 'en0' (You don't have permission to capture on that device).

Please check to make sure you have sufficient permissions.

If you installed Wireshark using the package from wireshark.org, Try re-installing it and checking the box for the "Set capture permissions on startup" item."

解决办法,打开终端,输入

sudo chmod 777 /dev/bpf*

相关推荐
mCell1 小时前
从删库到跑路?这50个Linux命令能保你职业生涯
linux·windows·macos
7ACE4 小时前
Wireshark TS | 发送数据超出接收窗口
网络协议·tcp/ip·wireshark
fhf9 小时前
2025年了你会卸载Macbook上的应用吗?
macos·shell
软件测试-阿涛10 小时前
【性能测试】Jmeter+Grafana+InfluxDB+Prometheus Windows安装部署教程
测试工具·jmeter·性能优化·压力测试·grafana·prometheus
归辞...10 小时前
「iOS」——内存五大分区
macos·ios·cocoa
穆雄雄14 小时前
备份一下我的 mac mini 的环境变量配置情况
macos
惜.己1 天前
pytest中使用skip跳过某个函数
开发语言·python·测试工具·pytest
秃然想通1 天前
mac电脑搭载c、c++环境(基于vs code)
macos
归辞...1 天前
「iOS」——GCD其他方法详解
macos·ios·cocoa