Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bit32.lua #3741

Open
Thomas-Lerman opened this issue Oct 1, 2024 · 1 comment
Open

bit32.lua #3741

Thomas-Lerman opened this issue Oct 1, 2024 · 1 comment

Comments

@Thomas-Lerman
Copy link

Thomas-Lerman commented Oct 1, 2024

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
@Thomas-Lerman
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant