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

Commits:

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

    http3: add very basic support for HTTP/3 framing
    
    Very rough support for dissecting the framing on unidirectional and
    bidirectional streams. Support for dissecting QPACK contents will be
    added later.
    
    Thanks to Omer Shapira for identifying an important issue that broke
    reassembly and blocked proper HTTP/3 support.
    
    Bug: 16761
    Change-Id: Ib7f87c824f1dca70967b82943e18d5afee39fa0b
    Reviewed-on: https://code.wireshark.org/review/38084
    Petri-Dish: Peter Wu <pe...@lekensteyn.nl>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  2a832c8   ssh decryption: load logged keys and compute symmetric keys
     add  c772824   http3: add very basic support for HTTP/3 framing


Summary of changes:
 epan/dissectors/CMakeLists.txt |   1 +
 epan/dissectors/packet-http3.c | 404 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 405 insertions(+)
 create mode 100644 epan/dissectors/packet-http3.c
___________________________________________________________________________
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