pcap_protocols
Identify protocols and conversations in a PCAP file to guide packet extraction. Returns protocol hierarchy and endpoint details.
Instructions
Get protocol hierarchy and conversation list for a PCAP — overview of what's actually in the capture (HTTP, DNS, SMB, FTP, Telnet, SMTP, ICMP, ARP, etc.). Use this BEFORE pcap_extract to know what protocols to look for. pcap_path: path to .pcap or .pcapng file Returns: protocol breakdown by packet count + endpoint conversations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_path | Yes |