OpenComputers

OpenComputers

46M Downloads

bit32.lua

Thomas-Lerman opened this issue ยท 2 comments

commented

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
commented

I added to my previous comment a small update to keep it working if set_plugin_info does not exist

commented

Why should OpenComputers include special code to handle Wireshark... in a library used by its in-universe operating system?