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: 649 times
Last updated: Apr 14 '19
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.