wireshark_verify_ssl_decryption
Verify TLS decryption by providing a pcap file and a keylog file. Returns decryption status and expert information.
Instructions
[TLS] Verify TLS decryption with keylog file.
Args: pcap_file: Path to capture file keylog_file: Path to SSL/TLS keylog file (SSLKEYLOGFILE format)
Returns: Expert info with decryption status or JSON error
Example: wireshark_verify_ssl_decryption("https.pcap", "ssl_keylog.txt")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| keylog_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |