You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
May I suggest putting plugin information in your LUA script please?
The text was updated successfully, but these errors were encountered: