Wireshark-commits: [Wireshark-commits] master c772824: http3: add very basic support for HTTP/3 fra
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7728244bb501770c2657e334d719d6c02d1d910
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
c772824 by Peter Wu (peter@xxxxxxxxxxxxx):
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 <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
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