FieldsPacketData
FieldsPacketData
AllOf
JSON Example
{
"frame_size": 0,
"resource_type": "string",
"routed": false,
"transport_type": "string",
"arp_header": {
"dst_ip": "string",
"op_code": "string",
"src_ip": "string"
},
"eth_header": {
"dst_mac": "string",
"eth_type": 0,
"src_mac": "string"
},
"ip_header": {
"dst_ip": "string",
"flags": 0,
"protocol": 0,
"src_ip": "string",
"src_subnet_prefix_len": 0,
"ttl": 0
},
"ipv6_header": {
"dst_ip": "string",
"hop_limit": 0,
"next_header": 0,
"src_ip": "string"
},
"payload": "string",
"transport_header": {
"dhcp_header": {
"op_code": "string"
},
"dhcpv6_header": {
"msg_type": "string"
},
"dns_header": {
"address": "string",
"address_type": "string",
"message_type": "string"
},
"icmp_echo_request_header": {
"id": 0,
"sequence": 0
},
"ndp_header": {
"dst_ip": "string",
"msg_type": "string"
},
"tcp_header": {
"dst_port": 0,
"src_port": 0,
"tcp_flags": 0
},
"udp_header": {
"dst_port": 0,
"src_port": 0
}
}
}