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/libs
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.
1 month ago
..
base64.rst doc/userguide: document Lua base64 library 5 months ago
bytevar.rst lua/bytevar: convert SCByteVar to Lua lib 1 month ago
config.rst lua: create suricata.config lua lib 1 month ago
dns.rst doc/userguide: document that lua dns rules need hooks 2 months ago
file.rst lua: convert file functions to lib suricata.file 2 months ago
flowint.rst lua: convert lua flowint functions to lib: suricata.flowintlib 2 months ago
flowlib.rst doc/userguide: add lua flowlib docs 3 months ago
flowvar.rst doc/userguide: fix typo in lua flowvar lib 2 months ago
hashlib.rst doc/userguide: document lua hashlib 5 months ago
http.rst doc: add http library supported fns 3 months ago
index.rst lua/bytevar: convert SCByteVar to Lua lib 1 month ago
ja3.rst lua: better doc for ja3 lib 2 months ago
log.rst lua: convert log functions to suricata.log lib 1 month ago
packetlib.rst lua: convert log functions to suricata.log lib 1 month ago
rule.rst lua: add suricata.rule library 2 months ago
smtp.rst lua: convert SMTP functions to lib: suricata.smtp 2 months ago
ssh.rst lua: convert hassh function into suricata.hassh lib 2 months ago
tls.rst doc/tls: Update Lua TLS functions 2 months ago