http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23369
User: sake
Date: 2007/11/05 11:05 PM
Log:
Bug 1954 From Mikael Magnusson :
This patch updates the DTLS dissector to be compatible with OpenSSL 0.9.8f in
the following ways:
* Handle both SSL version number 0xfeff (RFC 4347 and OpenSSL 0.9.8f), and
0x100 (Used by OpenSSL 0.9.8e and earlier)
* Reassemble fragmented handshake messages.
Directory: /trunk/epan/dissectors/
Changes Path Action
+173 -20 packet-dtls.c Modified
+7 -3 packet-ssl-utils.c Modified
+2 -1 packet-ssl-utils.h Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified