Wireshark-commits: [Wireshark-commits] master fb28b60: QUIC: Fix frame type (it is also a varint)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 02 Mar 2020 23:21:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb28b60e3f739dc805d1b7cefa3d62f6a9b8478f
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: Fix frame type (it is also a varint)
    
    Draft 13 changed it from a byte to a varint. Found during implementation
    of draft-huitema-quic-ts-02 which uses 0x02F5.
    
    Bug: 13881
    Change-Id: I63d9469b539cf92b694bca85c00e07bd146abb5e
    Reviewed-on: https://code.wireshark.org/review/36259
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  4a38536   USB: Fix NULL pointer dereference
     add  fb28b60   QUIC: Fix frame type (it is also a varint)


Summary of changes:
 epan/dissectors/packet-quic.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)