Skip to content

Instantly share code, notes, and snippets.

@kmanwar89
Created April 19, 2017 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmanwar89/3129412013f20646cd2487241efb17b2 to your computer and use it in GitHub Desktop.
Save kmanwar89/3129412013f20646cd2487241efb17b2 to your computer and use it in GitHub Desktop.
sudo nano /usr/share/wireshark/init.lua
change run_user_scripts_when_superuser = false to
change run_user_scripts_when_superuser = true
and then change the if condition
if running_superuser then to
if not running_superuser then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment