get_flow_packets
Retrieve packets from a decoded TCP, UDP, QUIC, TLS, or HTTP flow in a loaded capture using its TShark stream ID, with optional result limit.
Instructions
Retrieve packets belonging to a decoded transport or application flow.
Flow IDs are TShark stream identifiers, not port numbers. TLS and HTTP
flows use their underlying tcp.stream and additionally require the
selected application protocol to be present on the packet.
Args: capture_id: ID of a currently loaded capture. flow_type: One of tcp, udp, quic, tls, or http. flow_id: Non-negative TShark stream identifier. limit: Maximum results to return, from 1 through 1000.
Returns: Normalized flow type and ID, generated display filter, packet count, truncation flag, and matching packet summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| flow_id | Yes | ||
| flow_type | Yes | ||
| capture_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||