bit32.lua
Thomas-Lerman opened this issue ยท 2 comments
May I suggest putting plugin information in your LUA script please?
-----------------------------------------------------------------------------
-- Display version information for Wireshark
-----------------------------------------------------------------------------
if set_plugin_info~=nil then
local plugin_info =
{
version = "1.7.10",
author = "MightyPirates",
repository = "https://github.com/MightyPirates/OpenComputers/blob/master-MC1.7.10/src/main/resources/assets/opencomputers/loot/openos/lib/bit32.lua"
lic_text = "MIT License",
description = "Custom Lua dissector for <whatever> protocol"
}
set_plugin_info(plugin_info)
end
I added to my previous comment a small update to keep it working if set_plugin_info does not exist