expert_info
Diagnose protocol issues by running tshark expert analysis on pcap files. Returns warnings, errors, and notes grouped by severity.
Instructions
Run tshark expert analysis on a pcap file. Returns warnings, errors, and notes grouped by severity. Useful for diagnosing protocol issues without reading individual packets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | Minimum severity to report: 'chat', 'note', 'warn', or 'error' (default: 'warn') | warn |
| file_path | Yes | Path to the .pcap or .pcapng file |