报错信息
Lua: 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/CaptureSetup/CapturePrivileges for help in running Wireshark as an unprivileged user.


解决办法:
终端运行

sudo gedit /usr/share/wireshark/init.lua

倒数第二行原来为:dofile(DATA_DIR.."console.lua")

改为--dofile(DATA_DIR.."console.lua")

相关文章:

  • 2022-12-23
  • 2021-12-31
  • 2021-12-19
  • 2021-05-14
  • 2021-11-30
  • 2021-06-28
  • 2022-02-17
  • 2021-10-15
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2021-05-19
  • 2021-09-28
  • 2021-04-05
  • 2021-04-24
  • 2021-06-08
相关资源
相似解决方案