[Share Experiences] wireshark 报错
Tofloor
poster avatar
q465414859
deepin
2021-01-15 00:11
Author

 

有没有高手知道这个是什么,应该是权限问题,但不知道怎么解决

Reply Favorite View the author
All Replies
zhangsnke
deepin
2021-01-15 00:42
#1

需要使用root权限,控制台 sudo wireshark 打开 就行

Reply View the author
spectator000
deepin
2021-01-15 01:25
#2

按照提示2条在终端打2条命令,1 sudo dpkg.....选yes 2 sudo usermod......花括号和里面的内容替换成你装系统时起的名字

Reply View the author
fishalone
deepin
2021-01-15 01:41
#3

参考

https://wiki.wireshark.org/CaptureSetup/CapturePrivileges

Reply View the author
q465414859
deepin
2021-01-15 17:46
#4
sudo groupadd  wireshark
sudo chgrp wireshark /usr/bin/dumpcap
sudo chmod 4755 /usr/bin/dumpcap
sudo gpasswd -a common wireshark

https://www.cnblogs.com/tonglin0325/p/6179984.html

Reply View the author