Wireshark-commits: [Wireshark-commits] master 4129c3e: QUIC: fix reserved bits and packet number le

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Feb 2019 20:20:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4129c3efc01b3ae46595a128bb51b72da723dead
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4129c3e by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: fix reserved bits and packet number length in long headers
    
    On the second pass, the reserved bits and packet number length were
    always displayed as zero. Be sure to use results from the initial pass.
    
    Bug: 15492
    Change-Id: I21a34d618a9933bd3ad26b691e043a62e5fcfb41
    Reviewed-on: https://code.wireshark.org/review/31976
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  9a43938   Qt: Fix Crash in empty Bluetooth windows
     add  4129c3e   QUIC: fix reserved bits and packet number length in long headers


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