aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http3.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-01-18HTTP3: Huffman decodingJohn Thacker1-0/+19
2023-12-10HTTP3: Use BASE_SHOW_ASCII_PRINTABLE for QPACKJohn Thacker1-3/+3
2023-12-10HTTP3: Use the Wireshark logging systemJohn Thacker1-23/+16
2023-12-10HTTP3, QUIC: Desegment HTTP3 QPACK Encoder StreamsJohn Thacker1-16/+17
2023-12-09HTTP/3: Only decode a QPACK encoder stream on the first passJohn Thacker1-44/+150
2023-12-07HTTP3: Improve QPACK dissection split across packets, prevent crashJohn Thacker1-180/+189
2023-11-22Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-6/+6
2023-11-20Remove init of proto variablesStig Bjørlykke1-125/+125
2023-11-11HTTP3: Guarantee unique offsets for the header dataJohn Thacker1-6/+24
2023-11-11HTTP3: Fix field highlightsJohn Thacker1-10/+10
2023-11-03HTTP3: fix web-transportNardi Ivan1-2/+6
2023-10-28HTTP3: dissect control stream, various display improvementsPeter Wu1-45/+61
2023-10-28HTTP3: fix nghttp3_qpack_stream_context_new memleak on error pathPeter Wu1-7/+4
2023-10-16http3: Don't point to file scoped memory after leaving the scopeJohn Thacker1-2/+23
2023-10-16HTTP3: remove nghttp3 min version, update setup scriptsPeter Wu1-1/+0
2023-10-15HTTP3: fix ASAN stack-use-after-return errorPeter Wu1-19/+18
2023-09-04HTTP3: Fix an initializationGerald Combs1-3/+2
2023-09-02HTTP3: Fix duplicate filter nameMartin Mathieson1-1/+1
2023-09-01HTTP3: Fix illegal memory useJohn Thacker1-1/+3
2023-08-31HTTP3: Fix clang analyzer warningsAlexis La Goutte1-5/+5
2023-08-31HTTP3: use val_to_str_const() where no format specifier was givenMartin Mathieson1-1/+1
2023-08-30HTTP3: make a function staticMartin Mathieson1-2/+2
2023-08-30HTTP3: Use NG-HTTP3 to dissect headers.Omer Shapira1-63/+62
2023-08-30Adding HTTP/3 dissection to Wireshark.Anders Broman1-191/+2223
2023-07-06HTTP3: update to final RFC (9218)Alexis La Goutte1-2/+2
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2023-01-04packet-http3: add support for webtransport settings and frame typesGustavo Garcia1-1/+41
2022-04-21libgcrypt: Remove HAVE_GCRYPT_AEAD , _CHACHA20John Thacker1-16/+0
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2022-01-16http3: add PRIORITY_UPDATE frame dissectionLucas Pardue1-9/+47
2022-01-16http3: fix QPACK blocked streams filterLucas Pardue1-1/+1
2022-01-16http3: detect extended CONNECT settingLucas Pardue1-1/+13
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-7/+7
2021-08-25HTTP3: Define dissect_http3_settings only if needed.Gerald Combs1-1/+2
2021-08-25HTTP3: Add define value for HTTP3 Frame TypeAlexis La Goutte1-12/+22
2021-08-25HTTP3(Settings): Append settings with valueAlexis La Goutte1-4/+7
2021-08-25HTTP3(Settings): Support of GREASE frameAlexis La Goutte1-4/+11
2021-08-25HTTP3: Add Settings from QPACK (draft-ietf-quic-qpack-21)Alexis La Goutte1-1/+23
2021-08-25HTTP3: Add Settings dissectionAlexis La Goutte1-0/+80
2021-06-15HTTP3: add very basic support for PRIORITY_UPDATE framesNardi Ivan1-0/+2
2020-08-10http3: fix build without support for AEAD cipher suites.Guy Harris1-0/+2
2020-08-10QUIC: fix compile without LIBGCRYPT_AEADJoakim Karlsson1-0/+14
2020-08-08http3: add very basic support for HTTP/3 framingPeter Wu1-0/+404