What problem does it solve? Diagnosing network connectivity, performance, and packet loss issues from raw capture files requires deep protocol knowledge and tedious manual inspection of Wireshark data. This Skill automates capture summarization and guides structured deep-dive analysis of TCP sessions, IPsec tunnels, and ICMP anomalies. ## Core Features & Use Cases - Capture Summary: Generates packet counts, duration, protocol distribution, and capture-point identification from pcap, pcapng, tcpdump text, or CSV files. - TCP Session Analysis: Diagnoses connectivity failures, retransmissions, out-of-order packets, window issues, and distinguishes real loss from TLP/DSACK probes. - IPsec & ICMP Analysis: Troubleshoots IKE negotiation, NAT-T detection, ESP sequence gaps, MTU/fragmentation, and ICMPv6 NDP/Router Advertisement problems. - Capture File Editing: Extracts, merges, deduplicates, strips encapsulation headers, and converts captures to CSV using tshark, editcap, and mergecap. - Use Case: A user uploads a pcap from an Azure VM showing intermittent VPN drops; the Skill summarizes the capture, detects ESP traffic, and analyzes SPI sequence numbers to pinpoint packet loss direction. ## Quick Start Analyze the attached capture file 'vpn-issue.pcap' and summarize its contents, then diagnose any TCP retransmission or IPsec tunnel problems.