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 35b03b4077 lua: convert flowvar functions to lib
New Lua lib, "suricata.flowvar" for working with flowvars from Lua.

Replaces functions:
- SCFlowvarGet (and ScFlowvarGet)
- SCFlowvarSet (and SCFlowvarSet)

Of note, the DetectLuaData has been made available to the init and
thread_init methods, instead of just the match. This is due to an
issue that if a flow variable is not registered in init, it will not
be logged, registering in thread_init is too late.

Ticket: #7486
1 year ago
..
base64.rst
dns.rst doc/userguide: document that lua dns rules need hooks 1 year ago
flowlib.rst doc/userguide: add lua flowlib docs 1 year ago
flowvar.rst lua: convert flowvar functions to lib 1 year ago
hashlib.rst
http.rst doc: add http library supported fns 1 year ago
index.rst lua: convert flowvar functions to lib 1 year ago
packetlib.rst
rule.rst lua: add suricata.rule library 1 year ago
ssh.rst doc/ssh: document hooks 1 year ago