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*

相关推荐
Tinyfacture17 小时前
postman抓取登录鉴权码token及设置全局变量
测试工具·postman
johnsong17 小时前
AI前沿日报 2026-09-08
人工智能·macos
33三 三like21 小时前
基于 MAC-RUNGUIDE 的完整启动流程
macos
川石课堂软件测试1 天前
涨薪技术|Prometheus之HTTP API中使用PromQL
网络协议·测试工具·jmeter·http·单元测试·postman·prometheus
x10n91 天前
Postman 汉化完整指南
测试工具·lua·postman
tedcloud1232 天前
Wand-Enhancer:如何搭建一套远程开发与测试环境
前端·人工智能·macos·开源·流程图
A13345552 天前
Windows/Mac/电脑播放器推荐:全平台怎么选
macos·电脑
云边有个稻草人2 天前
飞牛 NAS 远程访问实战:星空组网连接 Mac 与安卓,从 Compose 部署到 5G 验证
android·5g·macos
for_ever_love__2 天前
iOS: GCD高级API
macos·ios·objective-c·cocoa·多线程·gcd