From: Russ Combs (rucombs) Date: Fri, 26 Oct 2018 18:19:46 +0000 (-0400) Subject: Merge pull request #1404 in SNORT/snort3 from rule_state to master X-Git-Tag: 3.0.0-249~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9fdf9cc65e2985a3f6653b447f91c4a7416905;p=thirdparty%2Fsnort3.git Merge pull request #1404 in SNORT/snort3 from rule_state to master Squashed commit of the following: commit 48d59a5337dfbf07f12ea0bc23183223074a1392 Author: Russ Combs Date: Thu Oct 25 15:25:37 2018 -0400 rule_state: indicate list format --- diff --git a/src/main/modules.cc b/src/main/modules.cc index aa3fc339c..3cbb7bd12 100755 --- a/src/main/modules.cc +++ b/src/main/modules.cc @@ -1701,7 +1701,7 @@ static const Parameter rule_state_params[] = class RuleStateModule : public Module { public: - RuleStateModule() : Module("rule_state", rule_state_help, rule_state_params) { } + RuleStateModule() : Module("rule_state", rule_state_help, rule_state_params, true) { } bool set(const char*, Value&, SnortConfig*) override; bool begin(const char*, int, SnortConfig*) override; bool end(const char*, int, SnortConfig*) override;