]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #2504 in SNORT/snort3 from ~SVLASIUK/snort3:rule_state_cleanup...
authorBhagya Tholpady (bbantwal) <bbantwal@cisco.com>
Mon, 5 Oct 2020 15:13:35 +0000 (15:13 +0000)
committerBhagya Tholpady (bbantwal) <bbantwal@cisco.com>
Mon, 5 Oct 2020 15:13:35 +0000 (15:13 +0000)
commitfa6b12ee156eb3d0352fe99ca861775edbe6653c
treef98ff6f1f0673f6b394425c550d42560e08aa8c2
parent84f02478c02b95c0476907003012ffc11a15f0d6
Merge pull request #2504 in SNORT/snort3 from ~SVLASIUK/snort3:rule_state_cleanup to master

Squashed commit of the following:

commit 1d46cc8fea3a37a18dc4c6dc1dbd882796131760
Author: Serhii Vlasiuk <svlasiuk@cisco.com>
Date:   Thu Oct 1 18:42:11 2020 +0300

    snort2lua: convert rule_state into ips.states

commit 2c87618a426b72b58f52300b3928014e166832e3
Author: Serhii Vlasiuk <svlasiuk@cisco.com>
Date:   Thu Oct 1 18:39:22 2020 +0300

    main: remove deprecated rule_state module
doc/user/params.txt
src/main/modules.cc
src/main/shell.cc
src/managers/coreinit.lua
tools/snort2lua/conversion_state.h
tools/snort2lua/data/CMakeLists.txt
tools/snort2lua/data/dt_state_api.cc [new file with mode: 0644]
tools/snort2lua/data/dt_state_api.h [new file with mode: 0644]
tools/snort2lua/helpers/converter.cc
tools/snort2lua/helpers/converter.h
tools/snort2lua/keyword_states/kws_rule_state.cc