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

by
Jeremy Canfield |
Updated: April 05 2020
| 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