Wireshark-bugs: [Wireshark-bugs] [Bug 8761] New: SSL Decryption not working

Date: Mon, 03 Jun 2013 14:18:33 +0000
Bug ID 8761
Summary SSL Decryption not working
Classification Unclassified
Product Wireshark
Version 1.8.7
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Normal
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 1.8.7 (SVN Rev 49382 from /trunk-1.8)
--
Given the following setup:

IP, Port, Protocol, Key
- 1.2.3.4, 443, http, c:\key1.key
- 5.6.7.8, 443, sip, c:\key2.key

Wireshark correctly decyphers 5.6.7.8:443 as SIP, however it does NOT decypher
1.2.3.4:443.


When I change the order to this:
IP, Port, Protocol, Key
- 5.6.7.8, 443, sip, c:\key2.key
- 1.2.3.4, 443, http, c:\key1.key

Wireshark correctly decyphers 1.2.3.4:443 as HTTP, however it does NOT decypher
5.6.7.8:443.


When I change it to the following:

IP, Port, Protocol, Key
- 1.2.3.4, 443, http, c:\key1.key
- 5.6.7.8, 1234, sip, c:\key2.key

Wireshark correctly decyphers 1.2.3.4:443 as HTTP.


To me it looks like Wireshark is not able to decypher two different protocols
with the same port, even the IP differs.


You are receiving this mail because:
  • You are watching all bug changes.