Skip to content

Lua: make evaluate_lua and run_console public

David Perry requested to merge boolean263/wireshark:lua-console-public into master

Fixes #12250 (closed) by allowing people debugging their dissector to add a call to run_console() at the start of their plugin, so they can see error messages triggered on plugin init.

Merge request reports