]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua/dnp3: convert done and complete to boolean 12847/head
authorJason Ish <jason.ish@oisf.net>
Thu, 27 Mar 2025 17:24:17 +0000 (11:24 -0600)
committerJason Ish <jason.ish@oisf.net>
Thu, 27 Mar 2025 17:24:17 +0000 (11:24 -0600)
commit29db2e4bbe18ac51b30b06808afbf9941f57aef0
tree1b918b316cdbf1974f8f95484cd3a743a6cedf39
parentc69dfc5792a5b861786bc27c8a66d52f5c13b3fc
lua/dnp3: convert done and complete to boolean

These were integers, 1 of true, 0 for false. Convert to boolean as
that is how they are in eve, and Lua has boolean types.

Ticket: #7601
src/util-lua-dnp3.c