aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
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
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