get_packet_timeline
Generate a chronological packet event timeline with timestamps, delta, and elapsed time. Apply an optional Wireshark display filter to isolate and inspect specific packet exchanges.
Instructions
Generate a chronological timeline of packet events.
The optional expression is a Wireshark display filter, not a capture filter. Events include deltas from the previous timestamp and elapsed time from the first returned event, making exchanges easier to inspect.
Args: capture_id: ID of a currently loaded capture. filter_expression: Optional Wireshark display filter. limit: Maximum number of timeline events.
Returns: Ordered events containing frame, timestamp, delta, elapsed time, protocols, textual summary, result count, and truncation status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| capture_id | Yes | ||
| filter_expression | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||