extract_fields
Extract specific packet fields from PCAP files, such as IP source, TCP port, or HTTP host, returning structured row data for analysis.
Instructions
Extract arbitrary fields per packet, e.g.
["ip.src", "tcp.dstport", "http.host"]. Returns rows of dicts keyed
by field name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| fields | Yes | ||
| display_filter | No | ||
| skip | No | ||
| limit | No |