Metadata extracted from raw (PCAP) traffic:
| Field Name | Description | Type | Example |
|---|---|---|---|
| frame.len | Frame length on the wire | Unsigned integer, 4 bytes | 123 |
| ip.src | Source Address | IPv4 address | 192.0.2.1 |
| ip.dst | Destination Address | IPv4 address | 192.0.2.1 |
| ip.proto | Protocol | Unsigned integer, 1 byte | 6 |
| ip.srcport | Source or Destination Port | Unsigned integer, 2 bytes | 12345 |