转自:wireshark:no interface can be used for capturing in this system with the current configuration

通过./wireshark启动会出现no interface can be used for capturing in this system with the current configuration错误!!!

原因:是当前用户的权限问题

解决方法:

1.可以通过执行下面的命令来服务于/usr/bin/dumpcap权限

sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap

2.可以通过sudo ./wireshark启动wireshark

相关文章:

  • 2022-01-11
  • 2022-12-23
  • 2022-02-24
  • 2021-07-31
  • 2021-12-01
  • 2021-08-26
  • 2021-06-29
  • 2022-12-23
猜你喜欢
  • 2022-03-04
  • 2022-12-23
  • 2021-07-29
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案