Wireshark-bugs: [Wireshark-bugs] [Bug 11990] SSL/TLSv1 Decryption and Display Issues
Date: Wed, 13 Jan 2016 10:52:43 +0000

Comment # 4 on bug 11990 from
Hi Greg,

My guess would be that you have an out-of-order packet which is currently not
well handled by Wireshark. Normally, receivers would just buffer that up, but
Wireshark does not do this. Would be a nice feature though. And yes, this would
mess up the cipher state as you mentioned.

If you want to try the changes, either base it on that branch (expect rebasing
as the series will still change) or cherry-pick these:

ssl: improve interaction with heuristics subdissectors
https://code.wireshark.org/review/13179

aim: allow SSL decryption
https://code.wireshark.org/review/13195


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