Wireshark 选择网卡时出错。 The capture session could not be initiated on capture device "en0" (You don't have permission to capture on that device).
前情提要
- 系统 MacBook Air M1 2020 macOS Ventora 13.2
- Wireshark 4.0.3
打开 Wireshark,在选择网卡时出现了错误:The capture session could not be initiated on capture device “en0” (You don’t have permission to capture on that device).

解决办法
错误提示为没有足够的权限,搜索下,可以用以下命令添加权限来解决
1 | sudo chmod o+r /dev/bpf* |

本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 修行的技术阁!
