摘要: wireshark要监控eth0,但是必须要root权限才行。但是,直接用root运行程序是相当危险,也是非常不方便的。 解决方法如下: 添加wireshark用户组 sudo groupadd wireshark 将dumpcap更改为wireshark用户组 sudo chgrp wiresha 阅读全文
posted @ 2020-04-09 10:10 thammer 阅读(1087) 评论(0) 推荐(0)