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

Commits:

00251ed by Hauke Mehrtens (hauke@xxxxxxxxxx):

    dtls: use SslSession
    
    Use the struct SslSession instead of passing the tls version and cipher
    to each function.
    
    Change-Id: I95ad8cb5857794608f0f8db5c2dfd4b16e6578d5
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1820
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  a7a4aa9   ssl: add SslSession structure
    adds  00251ed   dtls: use SslSession


Summary of changes:
 epan/dissectors/packet-dtls.c |  113 ++++++++++++++++++++---------------------
 1 file changed, 55 insertions(+), 58 deletions(-)