Natjohan's blog

  1. Tip of the week 37

    dim. 24 août 2014

    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 ...