ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 32921: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 23 May 2010 22:23:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32921

User: sake
Date: 2010/05/23 03:23 PM

Log:
 Fix for bug 4544 - Decrypted data for STARTLS session is not shown in packet list when using "starttls" SSL decryption preference
 
 - make sure the SSL dissector knows how to reach the original dissector for the decrypted data
 - make sure the SMTP dissector does not call the SSL dissector again with the decrypted data

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +11 -3     packet-smtp.c    Modified
  +1 -0      packet-ssl.c     Modified