Wireshark-commits: [Wireshark-commits] master 34c2353: QUIC: improve display of unknown or large Tr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Jul 2020 05:51:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=34c2353a394972a61f6ec5de93a2926698d9a856
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

34c2353 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: improve display of unknown or large Transport Parameter types
    
    Display unknown TP types directly in the tree, users can then easily
    look it up in sources such as
    https://github.com/quicwg/base-drafts/wiki/Temporary-IANA-Registry
    
    Fix display of large GREASE such as 0x3b318c8103de1274.
    
    Change-Id: I6665fa4337e92ae973979813b7e58d66f38ae0fb
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/37829
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ed334d4   FTDI MPSSE: Improve command to response tracking
     add  34c2353   QUIC: improve display of unknown or large Transport Parameter types


Summary of changes:
 epan/dissectors/packet-tls-utils.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)