Hello,

Whenever i try starting wireshark, i always get this this error

Error during loading:[string "/usr/share/wireshark/init.lua"]:46: dofile has been disabled due to running Wireshark as superuser. See http://wiki.wireshark.org/CaptureSet...turePrivileges for help in running Wireshark as an unprivileged user.
.

I found a simple fix for this.

Go to usr-share-wireshark, open init.lua with a text editor, then change "disable_lua = false" to "disable_lua = true".

Got this fix from this website:

http://siriusinfoblog.blogspot.com/2...g-loading.html