wireshark_extract_tls_handshakes
Extract TLS/SSL handshake details including version, cipher, SNI, and certificate issuer from capture files. Returns tabular data for security analysis.
Instructions
[TLS] Extract TLS/SSL handshake information (version, cipher, SNI, cert issuer).
Args: pcap_file: Path to capture file limit: Maximum handshakes to return (default: 50)
Returns: Tabular TLS handshake data or JSON error
Example: wireshark_extract_tls_handshakes("https_traffic.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |