conversations
Analyze network conversations by layer, summing frames and bytes per peer pair. Sort results by bytes or frames, paginate with skip/limit, and use display filters for targeted inspection.
Instructions
Conversation table for a given layer. Sums frames/bytes per peer pair.
Results are sorted by sort_by (descending) and paged with skip/limit.
The PCAP is scanned only on the first call for a given filter; all
subsequent pages are served from an in-memory cache. Set limit=0 for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| type | No | tcp | |
| display_filter | No | ||
| sort_by | No | bytes | |
| skip | No | ||
| limit | No |