Wireshark-commits: [Wireshark-commits] rev 25684: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 09 Jul 2008 07:24:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25684

User: jake
Date: 2008/07/09 12:24 AM

Log:
 From Paolo Abeni:
 - the StringInfo allocator may fail when a 0 data length is requested
 - many wrong values into the cipher_suites table
 - duplicated code for ssl session state checking before each
   ssl_generate_keyring_material() call
 - missing initialization of 'server_data_for_iv.data_len' and
   'client_data_for_iv.data_len' in ssl_session_init()
 
 From Jaap Keuter:
 - Some code rationalisation
 - Gammatical/factual corrections in output and comments
 - Whitespace cleanup

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +96 -66    packet-ssl-utils.c    Modified
  +51 -49    packet-ssl-utils.h    Modified
  +226 -258  packet-ssl.c          Modified