I installed wireshark (tshark) using
sudo apt-get install tshark
this installed the tshark executable in /usr/bin/tshark.
The problem now is that I am unable to run it without root permissions. How can I execute this command using the permissions of a normal user?