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 778a699622 lua: simplify streaming output setup
Setup the init function to simply return:

   {streaming = "tcp"}

or

   {streaming = "http"}

The returned table can have a lot of parameters that don't make sense
together, this should simplify this one case.
3 months ago
..
libs lua/bytevar: convert SCByteVar to Lua lib 3 months ago
index.rst doc/userguide: document lua hashlib 7 months ago
lua-functions.rst lua: simplify streaming output setup 3 months ago
lua-usage.rst doc: Document luaxform transform 3 months ago