]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1404 in SNORT/snort3 from rule_state to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 26 Oct 2018 18:19:46 +0000 (14:19 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 26 Oct 2018 18:19:46 +0000 (14:19 -0400)
Squashed commit of the following:

commit 48d59a5337dfbf07f12ea0bc23183223074a1392
Author: Russ Combs <rucombs@cisco.com>
Date:   Thu Oct 25 15:25:37 2018 -0400

    rule_state: indicate list format

src/main/modules.cc

index aa3fc339cf37089b49c70ef37b51db75ef642776..3cbb7bd1210f134bf4922266c9975813f1f76825 100755 (executable)
@@ -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;