CaptureTCPFilter
CaptureTCPFilter
JSON Example
{
"dst_port_range": {
"dst_port_end": 0,
"dst_port_start": 0,
"match_operation": "string"
},
"eth_proto": "string",
"host_ip": {
"addrs": [
{
"addr": "string",
"type": "string"
}
],
"match_operation": "string",
"prefixes": [
{
"ip_addr": {
"addr": "string",
"type": "string"
},
"mask": 0
}
],
"ranges": [
{
"begin": {
"addr": "string",
"type": "string"
},
"end": {
"addr": "string",
"type": "string"
}
}
]
},
"src_port_range": {
"match_operation": "string",
"src_port_end": 0,
"src_port_start": 0
},
"tcpflag": {
"filter_op": "string",
"match_operation": "string",
"tcp_ack": false,
"tcp_fin": false,
"tcp_push": false,
"tcp_rst": false,
"tcp_syn": false
}
}
string
eth_proto
Optional
Constraints: default: ETH_TYPE_IPV4
Ethernet Proto filter. Enum options - ETH_TYPE_IPV4. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.