Wireshark-commits: [Wireshark-commits] master 6eebf94: QUIC: Enhance dissection of STREAM

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Aug 2016 06:47:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6eebf9491cede3aa021e63a65ce1a28fc93f5572
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: Enhance dissection of STREAM
    
    stream_id = 1 is reserved for QUIC handshake/crypto...
    stream_id = 3 is reserved for H2 HEADERS (PUSH_PROMISE..) (and call H2 dissector for dissection)
    
    Thanks for Lucas for pcap
    
    Change-Id: I563c44af88c3e72476f8637d8b7c5ba4d8a4a995
    Reviewed-on: https://code.wireshark.org/review/17134
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bb999e2   1722 extensions: code clean up, warning removed
    adds  6eebf94   QUIC: Enhance dissection of STREAM


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