Admin Admin
ذكر عدد المساهمات : 23 نقاط : 10538 تاريخ الميلاد : 04/01/1988 العمر : 36 الموقع : Palestine(Hebron-Nablus)x العمل/الترفيه : Computer Engineering المزاج : good
| موضوع: Solving no-interface issue in Wireshark on Ubuntu 11.10 الإثنين يوليو 02, 2012 2:36 am | |
| Just you need to apply the next command in terminal
sudo groupadd wireshark sudo usermod -a -G wireshark YOUR_USER_NAME sudo chgrp wireshark /usr/bin/dumpcap sudo chmod 750 /usr/bin/dumpcap sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap sudo getcap /usr/bin/dumpcap sudo chmod +xs /usr/bin/dumpcap | |
|