SSL protocol seems to be missing in Wireshark

Solution 1:

The SSL protocol (SSLv2 and SSLv3) hasn't been in use for several years, having been superseded by TLSv1. While some programs still start with SSLv2-compatible handshakes or occassionally use the SSLv2-style record format, they all generally use TLS nowadays and the Wireshark configuration page has been renamed accordingly. The display filter is tls.

(Yes, HTTPS is HTTP-over-TLS and OpenSSL is actually a TLS library – despite the name, it doesn't even have SSLv2/v3 support in it anymore.)

The Wireshark TLS dissector handles both modern TLSv1.x and the obsolete SSLv2/v3 versions.

Screenshot of Wireshark's TLS settings page