Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-1.12 3245a9f: ssl: add SslSession structure

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Jul 2014 08:03:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3245a9f602ea8bb9d470213d86f33621fc807b6f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

3245a9f by Hauke Mehrtens (hauke@xxxxxxxxxx):

    ssl: add SslSession structure
    
    This structure is used to store information about a SSL session which
    is not only needed for decrypting the session, but also to show nice
    dissection information.
    
    In an other patch I will add some more members to the struct because
    the old way of passing them to the function does not scale.
    
    Change-Id: I88e7f2896e0364a41d4538752dad291de83bfbca
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1819
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit a7a4aa9a743f68f9864011d3b56bb5739c2cda15)
    Reviewed-on: https://code.wireshark.org/review/2812
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  106c8b3   adding abs() functions when creating the values to be graphed since the graph only handles positive values. Does not apply to FT_RELATIVE_TIME.
    adds  3245a9f   ssl: add SslSession structure


Summary of changes:
 epan/dissectors/packet-dtls.c      |   20 +++++++--------
 epan/dissectors/packet-ssl-utils.c |   10 ++++----
 epan/dissectors/packet-ssl-utils.h |   10 +++++---
 epan/dissectors/packet-ssl.c       |   48 ++++++++++++++++++------------------
 4 files changed, 46 insertions(+), 42 deletions(-)