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 23369: /trunk/ /trunk/epan/dissectors/: packet-dtls.c pa

Date: Mon, 05 Nov 2007 23:05:23 GMT
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