Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7717] SSL decryption not happening if capture is taken fro

Date: Sat, 26 Apr 2014 10:56:10 +0000

Comment # 3 on bug 7717 from
Nevermind the "first time", but there are two problems:

 - The client and server maintain two separate ssl_sessions.
 - A ssl_session is re-used for two distinct connections.

Spotted with:
awk '/frame #/{f=$4}/ssl_session =/{printf("%4d %s\n", substr(f,2), $NF)}'
ssl-debug.txt | sort -k2 -s


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