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 a028288: dtls: use SslSession

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

Commits:

a028288 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>
    (cherry picked from commit 00251edd7d6bb2720507fa30fcde4d4e2f6c4842)
    Reviewed-on: https://code.wireshark.org/review/2813
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3245a9f   ssl: add SslSession structure
    adds  a028288   dtls: use SslSession


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