Wireshark-commits: [Wireshark-commits] master c392db5: TLS Decryption is now possible with a user p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Jun 2015 08:32:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c392db5b08b63adfeca86f84f76db19c829174ac
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c392db5 by Adam Pridgen (adam.pridgen@xxxxxxxxxxxxxxxxxxx):

    TLS Decryption is now possible with a user provided PMS and Client Random values
    
    Bug: 11263
    Change-Id: I1476948ed823fc34de2cecdeb1bddafccbb8ec39
    Reviewed-on: https://code.wireshark.org/review/8803
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  a1859b7   Qt: Remove redundant actions from UI file
    adds  c392db5   TLS Decryption is now possible with a user provided PMS and Client Random values


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |   53 ++++++++++++++++++++++++++++--------
 epan/dissectors/packet-ssl-utils.h |    1 +
 2 files changed, 43 insertions(+), 11 deletions(-)