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

Commits:

52c6b87 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>
    (cherry picked from commit 8270699e2713747277465ef1b9186c8fbe278d2e)
    Reviewed-on: https://code.wireshark.org/review/36261
    

Actions performed:

    from  c5554d1   Qt: Fix import profile from directory crash
     add  52c6b87   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(-)