Wireshark-commits: [Wireshark-commits] master cf4f44e: TLS13: add Encrypted Extensions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 Jan 2017 14:56:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cf4f44e7a5453010cecfe8ad094f4482a0191c0e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cf4f44e by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS13: add Encrypted Extensions
    
    See https://tools.ietf.org/html/draft-ietf-tls-tls13-18#section-4.3.1
    
    Change-Id: I35e049d991be4c242ef2b84db3a322c6a13d2f96
    Ping-Bug: 12779
    Reviewed-on: https://code.wireshark.org/review/19860
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  69ee6ec   TLS13: handle content type from decrypted record
    adds  cf4f44e   TLS13: add Encrypted Extensions


Summary of changes:
 epan/dissectors/packet-dtls.c      |    1 +
 epan/dissectors/packet-ssl-utils.c |   18 ++++++++++++++++++
 epan/dissectors/packet-ssl-utils.h |    9 ++++++++-
 epan/dissectors/packet-ssl.c       |    7 +++++++
 4 files changed, 34 insertions(+), 1 deletion(-)