MarkoPaul0 / WireBait

Run and test your Lua Wireshark dissector without Wireshark or capture data.
Other
54 stars 15 forks source link

[BUG] wireshark lua ftypes builtin not found #23

Open driftregion opened 4 years ago

driftregion commented 4 years ago

Describe the bug ftypes builtin not found

To Reproduce

  1. Using the example lua dissector: wiki.wireshark.org/Lua/Examples?action=AttachFile&do=get&target=dissector.lua (via this SO answer)

  2. Add the recommended snippet to import wirebaitlib

Expected behavior I expect wirebait to include ftypes, mentioned here: https://www.wireshark.org/docs/wsdg_html_chunked/lua_module_Proto.html#lua_class_DissectorTable

Additional context The demo_dissector.lua example works wonderfully