没有可以进行捕获的接口

Mik*_*rth 27 wireshark

我正在使用 Ubuntu 13.04。

Wireshark 不会向我显示任何日志,根本无法运行。我已连接到我的 WiFi、贝尔​​金路由器。

M.T*_*run 54

Ctrl+ Alt+打开终端T并键入以下命令:

sudo dpkg-reconfigure wireshark-common
Run Code Online (Sandbox Code Playgroud)

按向右箭头并输入是

sudo chmod +x /usr/bin/dumpcap
Run Code Online (Sandbox Code Playgroud)

您现在应该能够在没有 root 的情况下运行它,并且您将能够捕获。

  • +1。它也适用于 14.04。注意:[文档说](http://anonscm.debian.org/viewvc/collab-maint/ext-maint/wireshark/trunk/debian/README.Debian?view=markup):*"捕获 USB 数据包不是通过使用 Linux 功能为非 root 用户启用。您必须使用 I./a. 中描述的方法捕获数据包,使用 dpkg-statoverride 永久设置 set-user-id 或以 root 身份运行 Wireshark。"* (4认同)