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