ssl-handshake [closed]
Hello Have the current Wireshark 3.0.1 installed, but find no support for ssl.xxx (for example, ssl.handshake) more. Where did it get there? Edgar
Hello Have the current Wireshark 3.0.1 installed, but find no support for ssl.xxx (for example, ssl.handshake) more. Where did it get there? Edgar
If you enter ssl into the filter bar, you'll see this tooltip:
"ssl" is deprecated or may have unexpected results. See the User's Guide.
The ssl keyword has been deprecated in favor of tls. Wherever you would use ssl.[element]
use tls.[element]
instead.
Asked: 2019-04-14 12:04:02 +0000
Seen: 635 times
Last updated: Apr 14 '19
How to create and install new own plugin in wireshark for filtering CAN packets in Ubunutu 16.04LTS
Device not capturing EAPOL handshake
Client ends handshake with RST instead of ACK
why can't i press the start button in Capture?
different TLS handshake versions in the ClientHello from the same client
Regarding APIs changes/replacement in Latest Version in wireshark
See the answer to this question.
The old ssl.xxx fields are still supported, but there is no auto-completion and they will be shown in Wireshark with a yellow background indicating they are deprecated.