Wireshark-commits: [Wireshark-commits] master a9f39a2: QUIC: add STREAM data reassembly support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 8 Aug 2020 08:02:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9f39a29fe57fd7b1531f243fa278fd8c0fdab3e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a9f39a2 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: add STREAM data reassembly support
    
    Prepare for adding HTTP/3 support which depends on QUIC to provide an
    stream of data. Reassembly code is mostly lifted from the TCP dissector
    which shares similar characteristics.
    
    Bug: 13881
    Ping-Bug: 16761
    Change-Id: Iba07dade111b740418b8b315d0485e200cdfe9f0
    Reviewed-on: https://code.wireshark.org/review/38083
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1dd8bb2   Find and fix dissectors that should be using a default tfs.
     add  a9f39a2   QUIC: add STREAM data reassembly support


Summary of changes:
 epan/dissectors/packet-quic.c | 533 +++++++++++++++++++++++++++++++++++++++++-
 epan/dissectors/packet-quic.h |  26 +++
 2 files changed, 557 insertions(+), 2 deletions(-)