analyze_pcap_file
Analyze packet captures with TShark, applying display filters and decrypting TLS traffic using key log files.
Instructions
Analyze a PCAP file using TShark.
Args: file_path: Path to the PCAP file display_filter: Optional display filter to apply keylog_file: Optional path to a TLS key log file (SSLKEYLOGFILE) for decrypting TLS/SSL traffic max_packets: Maximum number of packets to output (default 100)
Returns: Packet analysis output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| keylog_file | No | ||
| max_packets | No | ||
| display_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |