Wireshark-commits: [Wireshark-commits] master 13e4f77: ssl: use SslSession
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 May 2014 14:20:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13e4f777c763e22a260638445d7395687d787b54
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

13e4f77 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>
    

Actions performed:

    from  00251ed   dtls: use SslSession
    adds  13e4f77   ssl: use SslSession


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