get_packets_by_time_range
Retrieve packet summaries from a loaded Wi-Fi capture by specifying an inclusive Unix time range, with an optional limit up to 1000 packets.
Instructions
Retrieve packets whose Unix timestamps fall within an inclusive range.
Times use seconds since the Unix epoch, matching frame.time_epoch in
Wireshark. Results are summaries; call dissect_packet when full decoded
fields are required for an individual frame.
Args: capture_id: ID of a currently loaded capture. start_time: Inclusive Unix epoch start time. end_time: Inclusive Unix epoch end time. limit: Maximum number of packets, from 1 through 1000.
Returns: Requested range, normalized display filter, returned packet count, truncation flag, and packet summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_time | Yes | ||
| capture_id | Yes | ||
| start_time | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||