Bug ID |
12094
|
Summary |
Unknown SSLv2 ciphers in wireshark gui
|
Product |
Wireshark
|
Version |
2.0.1
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Wireshark 2.0.1 (SVN Rev Unknown from unknown)
Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with Qt 5.5.1, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with libz 1.2.8, with GLib 2.46.2, with SMI 0.4.8, with c-ares
1.10.0, with Lua 5.2, with GnuTLS 3.4.8, with Gcrypt 1.6.4, with MIT Kerberos,
with GeoIP, with QtMultimedia, without AirPcap.
Running on Linux 4.3.0-1-amd64, with locale C, with libpcap version 1.7.4, with
libz 1.2.8, with GnuTLS 3.4.8, with Gcrypt 1.6.4.
Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz (with SSE4.2)
Built using gcc 5.3.1 20160114.
--
Hi,
when inspecting a SSLv2 client hello in the Wireshark GUI the following SSLv2
ciphers are listed as unknown:
Cipher Spec: Unknown (0x060140)
Cipher Spec: Unknown (0x0701c0)
Cipher Spec: Unknown (0xff0800)
Cipher Spec: Unknown (0xff0810)
Cipher Spec: Unknown (0x060080)
The names of the first two are:
SSL2_DES_64_CBC_WITH_SHA
SSL2_DES_192_EDE3_CBC_WITH_SHA
which can be found here:
http://max.euston.net/d/tip_sslciphers.html
Not quite sure where to get the other three from.
You are receiving this mail because:
- You are watching all bug changes.