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 fc983cf: ssl, dtls: move Finished dissection to ssl-u

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Jul 2014 05:29:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc983cfca2bb6ea21bfa5c813cce0ad490792ee2
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fc983cf by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl,dtls: move Finished dissection to ssl-utils
    
    Change-Id: Ib4bd5712cb85cd2671f67fe035747b88d5b4f186
    Reviewed-on: https://code.wireshark.org/review/3034
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  73c1810   MySQL: Add Client can handle expried passwords extended Capability
    adds  fc983cf   ssl,dtls: move Finished dissection to ssl-utils


Summary of changes:
 epan/dissectors/packet-dtls.c      |   50 ++--------------------------
 epan/dissectors/packet-ssl-utils.c |   31 +++++++++++++++++
 epan/dissectors/packet-ssl-utils.h |   21 +++++++++++-
 epan/dissectors/packet-ssl.c       |   64 ++++--------------------------------
 4 files changed, 59 insertions(+), 107 deletions(-)