Running Wireshark as a non root
There is two different ways :
1/ On Debian based distributions :
~ sudo dpkg-reconfigure wireshark-common
Then, just select yes and add your user to the wireshark group :
~ sudo adduser MYUSER wireshark
2/ On other distros (you can do it on debian distibutions too) :
~ sudo chgrp adm ...