CaptureTCPFlags

CaptureTCPFlags
CaptureTCPFlags
JSON Example
{
    "filter_op": "string",
    "match_operation": "string",
    "tcp_ack": false,
    "tcp_fin": false,
    "tcp_push": false,
    "tcp_rst": false,
    "tcp_syn": false
}
string
filter_op
Optional

Logical operation based filter criteria. Enum options - OR, AND. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
match_operation
Optional

Match criteria. Enum options - IS_IN, IS_NOT_IN. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
tcp_ack
Optional

TCP ACK flag filter. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
tcp_fin
Optional

TCP FIN flag filter. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
tcp_push
Optional

TCP PUSH flag filter. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
tcp_rst
Optional

TCP RST flag filter. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
tcp_syn
Optional

TCP SYN flag filter. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of