Wireshark-commits: [Wireshark-commits] master 6caf3c7: TLS: Add compress_certificate ExtensionType

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Sep 2018 20:03:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6caf3c72998ba93064207abc5097f26ebe91e393
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6caf3c7 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    TLS: Add compress_certificate ExtensionType (27)
    
    See https://tools.ietf.org/html/draft-ietf-tls-certificate-compression-03
    The value is TEMPORARY registered to IANA (registered 2018-05-23, expires 2019-05-23):
    https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
    
    Missing new HandshakeType
    
    Change-Id: Ie6aac3099a86310ffe91e45a8ce088d3c81dcd60
    Reviewed-on: https://code.wireshark.org/review/29758
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  ad335a5   Get rid of unnecessary check.
     add  6caf3c7   TLS: Add compress_certificate ExtensionType (27)


Summary of changes:
 epan/dissectors/packet-tls-utils.c | 52 ++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-tls-utils.h | 18 ++++++++++++-
 2 files changed, 69 insertions(+), 1 deletion(-)