URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9f39a29fe57fd7b1531f243fa278fd8c0fdab3e
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

a9f39a2 by Peter Wu (pe...@lekensteyn.nl):

    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 <pe...@lekensteyn.nl>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to