get_packets_between_frames
Retrieve packet summaries for an inclusive frame-number range, letting you pick specific frames for detailed dissection without decoding all fields.
Instructions
Retrieve packets in an inclusive Wireshark frame-number range.
Both range boundaries are included. Results contain compact packet summaries so a caller can select individual frames for detailed dissection without decoding every field in the requested range.
Args: capture_id: ID of a currently loaded capture. start_frame: Inclusive first frame number. end_frame: Inclusive last frame number. limit: Maximum number of packets, from 1 through 1000.
Returns: Requested frame range, generated display filter, returned count, truncation flag, and packet summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_frame | Yes | ||
| capture_id | Yes | ||
| start_frame | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||