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.
There’s a note on the wireshark Lua page saying:
Maybe that’s what you’re seeing (or not for that matter).
For later use, you’ll probably be using wiresharks Lua API functions like these functions