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 9c1607f: ssl: use SslSession

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

Commits:

9c1607f by Hauke Mehrtens (hauke@xxxxxxxxxx):

    ssl: use SslSession
    
    Use the struct SslSession instead of passing the tls version and cipher
    to each function.
    
    Change-Id: I19b163913f8f6521a34d94d130e2ae74546a615a
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1821
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 13e4f777c763e22a260638445d7395687d787b54)
    Reviewed-on: https://code.wireshark.org/review/2814
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a028288   dtls: use SslSession
    adds  9c1607f   ssl: use SslSession


Summary of changes:
 epan/dissectors/packet-ssl.c |  156 ++++++++++++++++++++----------------------
 1 file changed, 76 insertions(+), 80 deletions(-)