Wireshark-commits: [Wireshark-commits] master 025007e: TLS: support encrypted_server_name extension

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Sep 2018 04:41:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=025007ec5f99990a2182f780920a1c005bdfa485
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

025007e by Peter Wu (peter@xxxxxxxxxxxxx):

    TLS: support encrypted_server_name extension (0xffce) (esni-01)
    
    Dissect the ESNI TLS 1.3 extension in CH and EE.
    
    Bug: 14984
    Change-Id: I95bb5ef0313aefdab7c09dbeb60556d9574c2a00
    Reviewed-on: https://code.wireshark.org/review/29817
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  1b01674   PMT, DVB-CI: remove packet-mpeg-pmt.h
     add  025007e   TLS: support encrypted_server_name extension (0xffce) (esni-01)


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 57 ++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-ssl-utils.h | 40 +++++++++++++++++++++++++-
 2 files changed, 96 insertions(+), 1 deletion(-)