aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gquic.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-10/+10
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-12/+12
2021-03-01GQUIC: fix parsing of unknown (but valid) tagsNardi Ivan1-3/+3
2021-02-25GQUIC: add support for some missing tagsNardi Ivan1-4/+33
2021-02-24GQUIC: add decoding of CGST tagNardi Ivan1-0/+12
2020-12-20GQUIC: add decoding of QLVE tagNardi Ivan1-0/+22
2020-10-12GQUIC: make sure our tag offset advances.Richard Smith1-2/+11
2020-09-14GQUIC: fix dissection of ACK frameNardi Ivan1-13/+6
2020-09-14gQUIC: Add MAD0 Tag (Max Ack Delay)Alexis La Goutte1-0/+13
2020-09-14GQUIC: add support for Q046Nardi Ivan1-18/+237
2020-09-10gQUIC: fix wrong encoding for client timestamp (ctim)Alexis La Goutte1-1/+1
2020-09-08TLS: add missing parameters in quic_transport_parameters extensionNardi Ivan1-8/+8
2020-09-05(G)QUIC: improve dissection capabilities (Q050, T050 and T051)Nardi Ivan1-23/+78
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-01-21QUIC: remove gQUIC Q044 supportPeter Wu1-39/+0
2018-12-26Make routines used outside this file static.Alexis La Goutte1-1/+2
2018-10-11QUIC: gQUIC Q044 always use CHLO from gQUIC (with tag)Alexis La Goutte1-3/+42
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-1/+1
2018-05-26gQUIC: update code source link and add new error codeAlexis La Goutte1-5/+18
2018-05-26gQUIC: it is possible to have multiple COPT TagAlexis La Goutte1-3/+3
2018-05-17GQUIC: Tag are always use LITTLE ENDIAN encodingAlexis La Goutte1-29/+29
2018-05-17GQUIC: Add support of version Q04xAlexis La Goutte1-2/+3
2018-02-28GQUIC: Try to fix ACK frame with Q039Alexis La Goutte1-2/+3
2018-02-28GQUIC: Change all integers (and floating) encodingAlexis La Goutte1-66/+66
2018-02-28GQUIC: for item with length = 1, use ENC_NA for encodingAlexis La Goutte1-34/+34
2018-02-28GQUIC: Packet Number is now big endianAlexis La Goutte1-1/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-11QUIC: rename to G(oogle)QUICAlexis La Goutte1-0/+2930