aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-11QUIC: gQUIC Q044 always use CHLO from gQUIC (with tag)Alexis La Goutte1-1/+6
2018-10-10QUIC: fix UAF crash related to the Info column for Long Header messagesPeter Wu1-1/+1
2018-10-01QUIC: fix trailing data after VN packetPeter Wu1-1/+1
2018-09-26QUIC: Add support of gQUIC (Q044)Alexis La Goutte1-2/+9
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2/+2
2018-09-23QUIC: support CRYPTO_ERROR (draft -13)Peter Wu1-0/+17
2018-09-23QUIC: shorten labels for transport error codesPeter Wu1-32/+17
2018-09-21QUIC: improve Info column and packet details when decryption failsPeter Wu1-12/+28
2018-09-20QUIC: use application error codes for some framesPeter Wu1-7/+14
2018-09-19QUIC: simplify and fix frame item length in some casesPeter Wu1-27/+3
2018-09-19QUIC: simplify PADDING framePeter Wu1-23/+9
2018-09-19quic: put quic_connection_add_cid into ifdef.Dario Lombardo1-0/+2
2018-09-19quic: mark unused parameter in quic_process_payload.Dario Lombardo1-1/+1
2018-09-19QUIC: recognize short header packets after connection migrationPeter Wu1-1/+30
2018-09-19QUIC: small connection tracking optimizationPeter Wu1-2/+13
2018-09-19QUIC: use NCI to improve connection trackingPeter Wu1-9/+50
2018-09-18QUIC: Add frame type on Connection Close (draft -13)Alexis La Goutte1-1/+10