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

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

Date: Sun, 19 Apr 2009 20:28:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28088

User: sake
Date: 2009/04/19 01:28 PM

Log:
 When a frame contains the remainder of a previous PDU and a new PDU, the 
 protocol tree would show two "Secure Socket Layer" branches and the INFO
 column would fail to show the content type of the second PDU. Don't give
 control back to TCP for the second PDU by just fetching the remaining bytes
 of the first PDU, but ask for a whole new segment so that all processing
 will be done within the SSL dissector itself.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +9 -1      packet-ssl.c    Modified