首页 > 其他 > 详细

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

时间:2015-09-07 10:52:16      阅读:364      评论:0      收藏:0      [点我收藏+]

在虚拟机unbuntu中,进行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

 

建议使用方式1,解决问题。

参考资料:

   1,  http://www.cnblogs.com/zombiecc/p/3412063.html

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

原文:http://www.cnblogs.com/xiwang/p/4788086.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!