"tshark: There are no interfaces on which a capture can be done" in Amazon Linux AMI
- by user1264304
My goal is to capture packets with tshark in Amazon Linux AMI. While typing tshark in the command line there's an error:
"tshark: There are no interfaces on which a capture can be done"
How to implement the solution from Wireshark setup Linux for nonroot user
$ sudo apt-get install wireshark
$ sudo dpkg-reconfigure wireshark-common
$ sudo usermod -a -G wireshark $USER
$ gnome-session-quit --logout --no-prompt
in Amazon Linux AMI (it's not Ubuntu)? Thanks.