wireshark_analyze_tcp_health
Analyze TCP connection health from a pcap file, identifying retransmissions, duplicate ACKs, zero window, and resets for diagnostics.
Instructions
[TCP] Analyze TCP connection health (retransmissions, dup ACKs, zero window, resets).
Args: pcap_file: Path to capture file
Returns: TCP health statistics summary or JSON error
Example: wireshark_analyze_tcp_health("slow_connection.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |