]> git.ipfire.org Git - thirdparty/suricata.git/commit
util/lua-common: use pushinteger w/ byte & pkt cnt
authorJuliana Fajardini <jufajardini@gmail.com>
Tue, 7 Sep 2021 09:37:19 +0000 (10:37 +0100)
committerShivani Bhardwaj <shivanib134@gmail.com>
Mon, 27 Sep 2021 06:43:02 +0000 (12:13 +0530)
commit2d36eefe8626aa54e9eff580dca5d96c73fd875e
treeac269bf8e1d97c960adc96f4c2faa252b5d17b42
parentc7b1c7aa57a9f36b77701214386e8ece097b4b04
util/lua-common: use pushinteger w/ byte & pkt cnt

LuaCallbackStatsPushToStackFromFlow tuple is composed of integer values
not all of them had been converted to lua_pushinteger yet.

(cherry picked from commit 8b53468d32e5b14817a41c6b0656cd3569a87749)
src/util-lua-common.c