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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM