Wireshark-commits: [Wireshark-commits] rev 21368: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Tue, 10 Apr 2007 15:12:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21368

User: kukosa
Date: 2007/04/10 03:12 PM

Log:
 - SSL desegmentation support
 - SSL DEFLATE compression method support (RFC3749)
 - fix for Bugzilla Bug 1515: SSL bug with mutual authentication

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -1      Makefile.nmake        Modified
  +13 -8     packet-dtls.c         Modified
  +195 -34   packet-ssl-utils.c    Modified
  +35 -8     packet-ssl-utils.h    Modified
  +536 -172  packet-ssl.c          Modified