aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-11QUIC: fix reserved bits and packet number length in long headersPeter Wu1-0/+2
2019-01-31QUIC: put coalesced packets in separate treesPeter Wu1-4/+10
2019-01-23QUIC: correct order of Fixed bit and Packet Type in long headerPeter Wu1-1/+1
2019-01-23QUIC: update ACK Frame fields and merge ECN fields (draft -18)Peter Wu1-112/+47
2019-01-23QUIC: rename Final Offset to Final Size (draft -18)Peter Wu1-8/+8
2019-01-23QUIC: add draft -18 version number (draft -18)Peter Wu1-0/+1
2019-01-23QUIC: rename 0-RTT Protected to 0-RTT (draft -18)Peter Wu1-3/+3
2019-01-21QUIC: fix build error without LIBGCRYPT_AEADJoakim Karlsson1-13/+8
2019-01-21QUIC: rename "quic.frame_type.*" fields to "quic.*"Peter Wu1-200/+200
2019-01-21QUIC: add Fixed Bit and Spin Bit (draft -17)Peter Wu1-5/+20
2019-01-21QUIC: remove superfluous encrypted packet number fieldPeter Wu1-28/+3
2019-01-21QUIC: dissect unprotected fields in Long Header (draft -17)Peter Wu1-36/+71
2019-01-21QUIC: remove gQUIC Q044 supportPeter Wu1-12/+3
2019-01-21QUIC: remove unused version argument from cipher creation functionsPeter Wu1-15/+12
2019-01-21QUIC: update for changes in the short header flag (draft -17)Peter Wu1-18/+52
2019-01-20QUIC: fix packet number spaces and verification (draft -17)Peter Wu1-72/+96
2019-01-20QUIC: fix handshake decryption (draft -17)Peter Wu1-2/+4
2019-01-20QUIC: fix long packet type numbers (draft -17)Peter Wu1-3/+3
2019-01-17QUIC: Reorder Frame type codeAlexis La Goutte1-386/+379
2019-01-14QUIC: Initial support of draft-17Alexis La Goutte1-142/+125
2019-01-11quic: fix compilation without libgcrypt aead.Dario Lombardo1-2/+10
2019-01-11QUIC: initial support for new header protection cipher (draft -17)Peter Wu1-110/+105
2019-01-10QUIC: update flag on long packet headers (draft-17)Alexis La Goutte1-7/+7
2018-12-23quic: comment out unused function.Dario Lombardo1-0/+3
2018-12-23QUIC: Remove unused field quic.odcil_draft13Alexis La Goutte1-6/+0
2018-12-23QUIC: remove draft-14 supportAlexis La Goutte1-148/+26
2018-12-22QUIC: Remove draft-13 supportAlexis La Goutte1-14/+3
2018-12-22QUIC: Add draft-16 supportAlexis La Goutte1-3/+4
2018-11-14QUIC: Add RETIRE_CONNECTION_ID frame type (draft -15)Alexis La Goutte1-2/+14
2018-11-14QUIC: Renumbering ACK and ACK_ECN frame (draft -15)Alexis La Goutte1-28/+107
2018-10-31QUIC: Merge ACK and ACK_ECN frame (draft -15)Alexis La Goutte1-6/+45
2018-10-30QUIC: move NCI Sequence(i) field after CID Length field (draft -15)Alexis La Goutte1-3/+9
2018-10-30QUIC: Initial support of draft-15Alexis La Goutte1-2/+3
2018-10-12QUIC: fix null-ptr dereference in gQUIC version checkPeter Wu1-1/+1