ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.