InlineFieldsPacketData1

InlineFieldsPacketData1
InlineFieldsPacketData1
JSON Example
{
    "arp_header": {
        "dst_ip": "string",
        "op_code": "string",
        "src_ip": "string"
    },
    "eth_header": "EthernetHeader Object",
    "ip_header": "Ipv4Header Object",
    "ipv6_header": "Ipv6Header Object",
    "payload": "string",
    "transport_header": "TransportProtocolHeader Object"
}
arp_header
Optional

arp_header

eth_header
Optional

eth_header

ip_header
Optional

ip_header

ipv6_header
Optional

ipv6_header

string
payload
Optional
Constraints: maxLength: 1336

Up to 1000 bytes of payload may be supplied (with a base64-encoded length of 1336 bytes.) Additional bytes of traceflow metadata will be appended to the payload. The payload contains any data the user wants to put after the transport header.

transport_header
Optional

transport_header