list_packets
Page through packets in a capture file using Wireshark display filters, custom columns, and reference frames for delta-time calculations.
Instructions
Page through packets via sharkd frames.
display_filter accepts Wireshark display-filter syntax.
columns overrides the default column set with arbitrary field names
(e.g. ["frame.number", "ip.src", "tcp.dstport"]).
refs is a list of reference frame numbers for delta-time calculations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| display_filter | No | ||
| skip | No | ||
| limit | No | ||
| columns | No | ||
| refs | No |