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