You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide/lua
Jason Ish 11b3ebcb5f lua/bytevar: convert SCByteVar to Lua lib
Similar to flowvars and flowints, but a byte var cannot be registered
from a Lua script, but it still needs to be setup. Instead provide an
"map" function that sets it up, or errors out if the byte var is
unknown.

This also required passing the signature into the Lua init method, as
the state of the Signature object and the time of loading the Lua
keyword is required.
11 months ago
..
libs lua/bytevar: convert SCByteVar to Lua lib 11 months ago
index.rst doc/userguide: document lua hashlib 1 year ago
lua-functions.rst lua/bytevar: convert SCByteVar to Lua lib 11 months ago
lua-usage.rst doc: Document luaxform transform 11 months ago