Values.RuleGroupSourceStatefulRulesDetailsSourceA Suricata rule specification.
type nonrec t = {action : NonEmptyString.t option;Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
*)header : RuleGroupSourceStatefulRulesHeaderDetails.t option;The stateful inspection criteria for the rule.
*)ruleOptions : RuleGroupSourceStatefulRulesOptionsList.t option;Additional options for the rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]