Wireshark-commits: [Wireshark-commits] master 38425dd: QUIC (TLS): Remove support of draft < 08
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 23 Feb 2018 12:44:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=38425dd78d5fc38921b1b7aec98339c2bfdd97af
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

38425dd by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    QUIC (TLS): Remove support of draft < 08
    
    negotiated_version is encrypted_extensions now
    
    No longer supported by QUIC dissector ( >= draft-08)
    
    Bug:13881
    Change-Id: Id1fca0b5b6ce59c854b50d7091cce1079213db68
    Reviewed-on: https://code.wireshark.org/review/26043
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  794b1e7   RTSP: Dissector should create RTP conversation if only server port was negotiated
    adds  38425dd   QUIC (TLS): Remove support of draft < 08


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)