A Mutable Log

A blog by Devendra Tewari


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

Wireshark and Lua bitwise operations

Lua has shipped a bitwise library since version 5.2. Wireshark Lua implementation has had the same bitwise operations, but the functions are accessed using table name bit instead of bit32.

If you are not familiar with writing dissectors for Wireshark - in Lua - I recommend reading Create a Wireshark dissector in Lua.