Values.RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsSourceA set of TCP flags and masks to inspect for.
type nonrec t = {flags : NonEmptyStringList.t option;Defines the flags from the Masks setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.
*)masks : NonEmptyStringList.t option;The set of flags to consider in the inspection. If not specified, then all flags are inspected.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]