Actions
Task #7486
openlua: turn flowvars into lib
Effort:
Difficulty:
Label:
Description
Turn flowvars into a proper lua lib implementation.
local flowvar = require “suricata.flowvar”
function thread_init
-- translates name into a handle (so really an ID)
myvar = flowvar.get("my special name")
end
function match
-- get data for handle
flowvar_data = myvar:data()
-- some inspection of flowvar_data
end
Updated by Victor Julien 5 days ago
- Blocks Story #7128: lua: sandboxed lua support with mimimum set of bindings added
Updated by Victor Julien 5 days ago
- Related to Optimization #4753: lua: fix inconsistency in the init "needs" key added
Updated by Victor Julien 5 days ago
- Related to Task #7487: lua: turn flowints into lib added
Actions