Bootstrap FreeKB - Wireshark - Resolve "No interface on which the capture can be done"
Wireshark - Resolve "No interface on which the capture can be done"

Updated:   |  Wireshark articles

If the PC is Linux, use the following commands.

[user1@server1 ~]# apt-get install wireshark libcap2-bin
[user1@server1 ~]# groupadd wireshark
[user1@server1 ~]# usermod -a -G wireshark $USER
[user1@server1 ~]# chgrp wireshark /usr/bin/dumpcap
[user1@server1 ~]# chmod 755 /usr/bin/dumpcap
[user1@server1 ~]# setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter ddd3c0 in the box below so that we can be sure you are a human.