RuleGroupTcpFlagField

data class RuleGroupTcpFlagField(val flags: List<RuleGroupTcpFlag>, val masks: List<RuleGroupTcpFlag>? = null)

Constructors

Link copied to clipboard
constructor(flags: List<RuleGroupTcpFlag>, masks: List<RuleGroupTcpFlag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in the Masks setting. For the flags that are specified in the masks setting, the following must be true for the packet to match:

Link copied to clipboard

The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.