Wireshark-commits: [Wireshark-commits] master e4138a3: QUIC, TLS: update transport parameter encodi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Feb 2020 19:57:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4138a3b98ac5782d3cc55de1c8c65352172fa10
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e4138a3 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC,TLS: update transport parameter encoding (draft-27)
    
    Use heuristics to distinguish TP encoding of older drafts from draft 27.
    Tested with a draft-24 and draft-27 capture.
    
    Bug: 13881
    Change-Id: I0426f2b3afeab974104f0363b25dcf6387101d1f
    Reviewed-on: https://code.wireshark.org/review/36150
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  31cf648   SMB2: add (disabled) debug code
     add  e4138a3   QUIC,TLS: update transport parameter encoding (draft-27)


Summary of changes:
 epan/dissectors/packet-quic.c      |  8 ++--
 epan/dissectors/packet-tls-utils.c | 97 ++++++++++++++++++++++++++------------
 epan/dissectors/packet-tls-utils.h | 12 +++--
 3 files changed, 82 insertions(+), 35 deletions(-)