Is there a Lua file that defines the Wireshark API globals?
I'm developing Lua dissectors in VSCode and having to manually add the Wireshark globals like Proto
,ProtoField
, DissectorTable
in the VSCode Lua plugin settings, to avoid 'undefined global' warnings in VSCode.
Is there an existing Lua file that contains these as definitions (ideally with doc comments) that I can use?