]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua: add flow store and retrieval wrappers
authorVictor Julien <victor@inliniac.net>
Mon, 3 Mar 2014 13:09:18 +0000 (14:09 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 15 Aug 2014 11:58:26 +0000 (13:58 +0200)
commitaffbd697ed8c30b474045e045fd206847dcd4d30
tree22011d5a06897aa7fe24c5f0858cf608aae75504
parent599ec36b2cb2cab0e50e924c97923d1eea92fd8a
lua: add flow store and retrieval wrappers

Add flow store and retrieval wrappers for accessing the flow through
Lua's lightuserdata method.

The flow functions store/retrieve a lock hint as well.
src/output-lua.c
src/util-lua.c
src/util-lua.h