find_tcp_issues
Analyze TCP packet captures to detect retransmissions, resets, zero window, and duplicate ACKs, identifying network problems with severity and recommendations.
Instructions
Analyze TCP packets for issues like retransmissions and resets.
Use this tool to diagnose network problems. Detects:
Retransmissions (indicating packet loss)
TCP resets (connection problems)
Zero window (buffer exhaustion)
Duplicate ACKs (packet loss signals)
Args: file_path: Path to the pcap or pcapng file max_packets: Maximum packets to analyze (default: 100000)
Returns: TCP issues categorized by type with severity and recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_packets | No |