expert_info
Analyze a pcap file with Wireshark expert info to identify protocol issues. 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 |
|---|---|---|---|
| file_path | Yes | Path to the .pcap or .pcapng file | |
| severity | No | Minimum severity to report: 'chat', 'note', 'warn', or 'error' (default: 'warn') | warn |