aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-18QUIC: Add support of mvfst draft-27 (0xfaceb002)Alexis La Goutte1-0/+5
2020-06-18QUIC: restore draft-22 and mvfst (0xfaceb001) supportPeter Wu1-3/+10
2020-06-14QUIC: Update Retry secret and nonce (draft-29)Alexis La Goutte1-7/+22
2020-06-11QUIC: Update salt and rename SERVER_BUSY error code (draft-29)Alexis La Goutte1-16/+16
2020-05-20QUIC: add new transport parameters and error codes (draft-28)Peter Wu1-4/+6
2020-05-07QUIC: append Stream ID to more frame typesPeter Wu1-5/+19
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-1/+1
2020-03-27QUIC: For gboolean fields, use FALSE/TRUE rather than 0/1.Martin Mathieson1-4/+4
2020-03-05QUIC: Add missing extension link (Delayed ACK, Loss Bit)Alexis La Goutte1-0/+4
2020-03-04QUIC: Add Time Stamp ExtensionAlexis La Goutte1-0/+18
2020-03-03QUIC: Add ACK_FREQUENCY Frame TypeAlexis La Goutte1-0/+34
2020-03-02QUIC: Fix frame type (it is also a varint)Alexis La Goutte1-6/+7
2020-02-22QUIC,TLS: update transport parameter encoding (draft-27)Peter Wu1-3/+5
2020-02-15QUIC: explicitly report verified Retry Integrity Tag valuesPeter Wu1-0/+2
2020-02-13QUIC: add support for Facebook QUIC variant mvfstPeter Wu1-0/+5
2020-02-02QUIC: ignore invalid short header packet to fix decryptionPeter Wu1-2/+13
2020-01-31QUIC: recognize Connection ID between 1 and 3 bytesPeter Wu1-1/+1
2020-01-29QUIC: add verification of Retry Integrity Tag (draft -25)Peter Wu1-6/+83
2020-01-28QUIC: Need to remove Retry Integry Tag to Retry Token LengthAlexis La Goutte1-0/+4
2020-01-28QUIC: update Retry Packet and comments, rename idle_timeout (draft -25)Peter Wu1-6/+22
2020-01-24QUIC: add new frame type and transport code (draft -25)Peter Wu1-1/+10
2019-11-22QUIC: atag is an array of bytes, not pointersPeter Wu1-1/+1
2019-11-20QUIC: updates for Key Phase changes (draft -24)Peter Wu1-7/+9
2019-11-20QUIC: fix 0-RTT decryption for ciphers using SHA-256Peter Wu1-3/+4
2019-11-16QUIC: Add DATAGRAM frame typeAlexis La Goutte1-0/+33
2019-11-05QUIC: Add draft-24Alexis La Goutte1-3/+4
2019-10-04QUIC: Add Follow QUIC Stream support to Qt and tsharkPeter Wu1-4/+97
2019-09-29QUIC: display Stream ID as decimal againPeter Wu1-2/+2
2019-09-27QUIC: display fin, offset and length for STREAM framesPeter Wu1-5/+9
2019-09-22QUIC: move Short Header fields under a new treePeter Wu1-17/+32
2019-09-16QUIC: Update to draft-23Alexis La Goutte1-13/+22
2019-09-08QUIC: fix connection tracking with empty Initial SCIDPeter Wu1-16/+22
2019-08-12QUIC: add references to the QUIC wikiPeter Wu1-0/+9
2019-08-03QUIC: add field for the QUIC packet lengthPeter Wu1-1/+10
2019-07-18QUIC: fix out-of-bounds write due to missing CID length checkPeter Wu1-7/+11
2019-07-16QUIC: Update QUIC invariant draft releaseAlexis La Goutte1-1/+1
2019-07-16QUIC: update for new Connection ID Lengths (draft -22)Peter Wu1-68/+44
2019-07-16QUIC: update error code field size (draft -21)Peter Wu1-26/+31
2019-07-16QUIC: update salt, add new TP, add new NCI field (draft -21)Peter Wu1-4/+15
2019-07-16QUIC: remove support for draft -18 and olderPeter Wu1-11/+10
2019-06-23QUIC: add 0-RTT decryption support (draft -20)Peter Wu1-10/+58
2019-06-09QUIC: fix decryption after Version NegotiationPeter Wu1-5/+17
2019-05-20QUIC: Fix broken Key Update supportPeter Wu1-50/+13
2019-05-09QUIC: fix wrong dissection of ODCILAlexis La Goutte1-6/+5
2019-04-24TLS: Implement reassembly for Handshake messagesPeter Wu1-1/+1
2019-04-24QUIC: Update draft linkAlexis La Goutte1-3/+3
2019-04-24QUIC: add new version and error code (draft -20)Peter Wu1-0/+2
2019-04-12QUIC: update transport parameters for draft -19Peter Wu1-1/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-02-27QUIC: update ref draft url to draft-18Alexis La Goutte1-2/+2