I'm about to write a dissector for Wireshark in Lua but wanted to test a simple hello world first. But how do know it is running? Can I see the debug print somewhere? This is the script:
-- hello.lua
print("Hello World!")
I run Wireshark 0.99.7 on Windows.