aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-17QUIC: drop support for draft -12Peter Wu1-107/+28
2018-09-17QUIC: fix decryption failure with larger PKN (draft -13)Peter Wu1-3/+19
2018-09-17QUIC: Remove error code UNSOLICITED_PATH_RESPONSE (draft -14)Alexis La Goutte1-2/+0
2018-09-17QUIC: Change value ACK_ECN (draft -14)Alexis La Goutte1-1/+3
2018-09-17QUIC: implement new Retry Packet (draft -14)Peter Wu1-2/+15
2018-09-17QUIC: Initial support of draft -14Alexis La Goutte1-3/+5
2018-09-17QUIC: Update Error codes (draft -13)Alexis La Goutte1-2/+4
2018-09-17QUIC: Add new Frame type (draft-13)Alexis La Goutte1-0/+132
2018-09-17QUIC: CRYPT => CRYPTOAlexis La Goutte1-13/+13
2018-09-17QUIC: fix Initial decryption with Token field (draft -13)Peter Wu1-6/+2
2018-09-17QUIC: fix connection tracking/decryption after Retry (draft -13)Peter Wu1-6/+27
2018-09-17QUIC: implement new Retry Packet (draft -13)Peter Wu1-3/+64
2018-09-17QUIC: implement decryption using new traffic secrets (draft -13)Peter Wu1-29/+93
2018-09-16QUIC: refactor packet protection cipher initializationPeter Wu1-94/+100
2018-09-16QUIC: use single field for all long header payloadsPeter Wu1-95/+13
2018-09-16QUIC: wire up CRYPTO frames with TLS 1.3 Handshake (draft -13)Peter Wu1-3/+20
2018-09-15QUIC: remove draft -11 supportPeter Wu1-64/+27
2018-09-14QUIC: recognize CRYPTO frame (draft -13)Peter Wu1-0/+33
2018-09-14QUIC: split per-packet state to fix packet coalescingPeter Wu1-35/+54
2018-09-13Start renaming SSL to TLS.Gerald Combs1-3/+3
2018-09-13QUIC: fix Initial dissection (draft -13)Peter Wu1-13/+50
2018-09-13QUIC: use HKDF-Expand-Label (draft -13)Peter Wu1-21/+68