Wireshark-commits: [Wireshark-commits] master 07ceb2c: ssl-utils: add versions to ssl debug log

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Oct 2015 18:49:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07ceb2c6dc5167bc2fe8f1f000c3a3d64571396e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

07ceb2c by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl-utils: add versions to ssl debug log
    
    Add Wireshark/GnuTLS/Libgcrypt versions to the debug log file. Remove
    ssl_lib_init since it didn't do anything useful (the debug file was not
    open yet so it would write... nothing).
    
    Match more (EC)DH(E) cipher suites and try to improve the message.
    
    Add the human-readable name besides numeric cipher suite IDs.
    
    Change-Id: I84a33d270f91e90efc55371475b231b483fd24c9
    Reviewed-on: https://code.wireshark.org/review/11403
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9ef04d0   It's "GTP Prime" ("GTP'"), not "GTP Prim".
    adds  07ceb2c   ssl-utils: add versions to ssl debug log


Summary of changes:
 epan/dissectors/packet-dtls.c      |    1 -
 epan/dissectors/packet-ssl-utils.c |   40 ++++++++++++++++++++----------------
 epan/dissectors/packet-ssl-utils.h |    5 +----
 epan/dissectors/packet-ssl.c       |    1 -
 4 files changed, 23 insertions(+), 24 deletions(-)