TcpFlagField

TCP flags and masks to inspect packets for, used in stateless rules MatchAttributes settings.

Types

Link copied to clipboard
class Builder
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.

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.

Functions

Link copied to clipboard
inline fun copy(block: TcpFlagField.Builder.() -> Unit = {}): TcpFlagField
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String