Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 88576ea: QUIC: fix decoding of initial_max_streams_un

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Apr 2018 18:54:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=88576ea658a5f4a59e19cbf143ed7d665db04eb2
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

88576ea by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: fix decoding of initial_max_streams_uni/bidi
    
    These fields have always been 16-bit values, see
    https://tools.ietf.org/html/draft-ietf-quic-transport-11#section-6.4.1
    
    Noticed with picoquic-11.pcap, note that ngtcp2-10.pcap triggers the
    expert info due to a bug fixed in ngtcp2 2939ff618e4a.
    
    Bug: 13881
    Change-Id: I867703f5399f3d9c2cfe7d0488f4be83c0a5b4a2
    Reviewed-on: https://code.wireshark.org/review/27097
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  a8b7141   QUIC: fix decryption with long header (draft -11)
    adds  88576ea   QUIC: fix decoding of initial_max_streams_uni/bidi


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 14 ++++++++++----
 epan/dissectors/packet-ssl-utils.h |  4 ++--
 2 files changed, 12 insertions(+), 6 deletions(-)