Wireshark-commits: [Wireshark-commits] rev 53836: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 08 Dec 2013 00:58:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53836

User: mmann
Date: 2013/12/08 12:58 AM

Log:
 DTLS decryption enhancements.  Bug 9499 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499)
 
 From Hauke Mehrtens
 
 1. dtls: set ssl_set_server() in DTLS dissector so wireshark knows if this is client or server
 2. SSL: add decrypt support for CCM and CCM_8 Ciphers per rfc 6655
 3. dtls: add psk decrypt support

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +22 -52    packet-dtls.c         Modified
  +183 -10   packet-ssl-utils.c    Modified
  +8 -0      packet-ssl-utils.h    Modified
  +13 -118   packet-ssl.c          Modified