wireshark_verify_ssl_decryption
Verify TLS decryption in network captures using SSL keylog files to analyze encrypted traffic and confirm decryption status.
Instructions
[SSL] Verify TLS decryption with keylog file.
Args: keylog_file: Path to SSL/TLS keylog file (SSLKEYLOGFILE format)
Returns: Expert info with decryption status or JSON error
Errors: FileNotFound: pcap_file or keylog_file does not exist
Example: wireshark_verify_ssl_decryption("https.pcap", "ssl_keylog.txt")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| keylog_file | Yes |