get_capture_time_range
Divide a Wi-Fi capture's time range into packet and byte-count buckets to pinpoint bursts, quiet periods, and sections worth detailed analysis.
Instructions
Divide the capture time range into packet and byte-count buckets.
Use this to locate bursts, quiet intervals, or the portion of a capture worth filtering in more detail. Every packet is assigned to one evenly sized time bucket.
Args: capture_id: ID of a currently loaded capture. bucket_count: Number of buckets to generate, from 1 through 100. Defaults to 20.
Returns: Overall time range plus timestamped packet/byte totals per bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capture_id | Yes | ||
| bucket_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||