"package.prepend_path()" in Lua plugin
I've seen this method mentioned in the blog post below, but it's not documented in the Wireshark Lua API?
package
is a standard Lua global table, but prepend_path
seems to be a non-standard addition?
Unsupported, or just an omission from the docs?