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 71ebdb6: ssl: move CertificateRequest to ssl-utils

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

Commits:

71ebdb6 by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl: move CertificateRequest to ssl-utils
    
    Except for field/expert_info names, a redundant subtree assignment,
    a different !tree check, a type confusion in DTLS (proto_tree *ti),
    a check against a different DTLS/TLS version and a (void) retval cast,
    the functions are exactly the same. Extract them to ssl-utils.
    
    Change-Id: I2ca7089fe2cd23212ef78656506cb53768f55927
    Reviewed-on: https://code.wireshark.org/review/2986
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ba6d2e7   ssl: move Certificate handshake dissection to ssl-utils
    adds  71ebdb6   ssl: move CertificateRequest to ssl-utils


Summary of changes:
 epan/dissectors/packet-dtls.c      |  211 +-----------------------------------
 epan/dissectors/packet-ssl-utils.c |  146 +++++++++++++++++++++++++
 epan/dissectors/packet-ssl-utils.h |   68 +++++++++++-
 epan/dissectors/packet-ssl.c       |  199 +---------------------------------
 4 files changed, 211 insertions(+), 413 deletions(-)