A Mutable Log

A blog by Devendra Tewari


Project maintained by tewarid Hosted on GitHub Pages — Theme by mattgraham

Logging to Wireshark’s Lua console

A Lua script can log to the Lua Console of Wireshark by using built-in utility functions. For instance warn(“hello world”), prints that text to the console prefixed with date and time information and the text WARN. The console needs to be open for the information to appear. It can be opened from Lua sub-menu under Tools.