Wireshark-commits: [Wireshark-commits] master 196c2b1: TLS(1.3): Add Hello Retry Request (6) extens

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 7 Oct 2016 11:44:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=196c2b1284464239a47bc910c0d6abaac99ee007
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

196c2b1 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    TLS(1.3): Add Hello Retry Request (6) extension
    
    Add also special case on hello key_share extension
    
    Ping-Bug: 12779
    Change-Id: Ib8e2dd060f322c2404a8afa9b8cb70de7c2c65b7
    Reviewed-on: https://code.wireshark.org/review/18093
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5b3dcb6   .mailmap: fix typo
    adds  196c2b1   TLS(1.3): Add Hello Retry Request (6) extension


Summary of changes:
 epan/dissectors/packet-dtls.c      |    5 +++++
 epan/dissectors/packet-ssl-utils.c |   29 +++++++++++++++++++++++++++++
 epan/dissectors/packet-ssl-utils.h |   14 +++++++++++++-
 epan/dissectors/packet-ssl.c       |    5 +++++
 4 files changed, 52 insertions(+), 1 deletion(-)