aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-02quic: fix secret memleaks.Jakub Zawadzki1-1/+5
2018-01-23QUIC: fix build with older LibgcryptRichard Sharpe1-0/+4
2018-01-21QUIC: Add define value for Long Packet Type (Initial, Handshake...)Alexis La Goutte1-5/+8
2018-01-21QUIC: Remove draft-05 and draft-06Alexis La Goutte1-201/+47
2018-01-21QUIC: Update IETF draft URL (draft-08)Alexis La Goutte1-1/+2
2018-01-16QUIC: fix Padding FrameAlexis La Goutte1-3/+11
2018-01-15QUIC(TLS): Add new error code from draft-07Alexis La Goutte1-0/+8
2018-01-10QUIC: Add new error code from draft-08Alexis La Goutte1-1/+2
2018-01-10QUIC: Add PONG frame type from draft-08Alexis La Goutte1-0/+28
2018-01-05QUIC: Add Payload (length and data) of PING frame (draft-08)Alexis La Goutte1-2/+24
2018-01-05QUIC: Dissect Version Negotiation of draft-08Alexis La Goutte1-2/+45
2018-01-05QUIC: Display Connection in hex on Short Header tooAlexis La Goutte1-1/+1
2018-01-05QUIC: Fix Connection ID flag with draft-08Alexis La Goutte1-7/+25
2018-01-03QUIC: Enhance *BLOCKED* frameAlexis La Goutte1-6/+44
2018-01-02QUIC: use varint for all type (draft-08)Alexis La Goutte1-50/+128
2018-01-02QUIC: Add new ACK type (0x0e) of draft-08Alexis La Goutte1-6/+64
2018-01-02QUIC: Add decrypt Handshake PacketAlexis La Goutte1-3/+40
2018-01-02QUIC: Add new STREAM type (0x10 to 0x17) of draft-08Alexis La Goutte1-11/+104
2018-01-01QUIC: fix build when don't have libgcrypt with AEAD (< 1.6.0)Alexis La Goutte1-2/+8
2017-12-31QUIC: Add decrypt of Initial PacketAlexis La Goutte1-7/+44
2017-12-29QUIC: Initial draft-08 supportAlexis La Goutte1-14/+57
2017-12-25QUIC: Add decrypt CleartextAlexis La Goutte1-5/+57
2017-12-25TLS13,QUIC: prepare for QUIC decryptionPeter Wu1-0/+174
2017-12-24QUIC: fix 'num_ts' may be used uninitialized in this function [-Werror=maybe-...Alexis La Goutte1-1/+1
2017-12-23QUIC: STOP_SENDING error code is now application error code (with 2 bytes)Alexis La Goutte1-3/+15
2017-12-23QUIC: RST_STREAM error code is now application error code (with 2 bytes)Alexis La Goutte1-3/+18
2017-12-23QUIC: not longer Timestamp Section/block with draft07Alexis La Goutte1-21/+25
2017-12-23QUIC: Update Error Code (and not it is only 16 bytes)Alexis La Goutte1-28/+70
2017-12-23QUIC: Add APPLICATION_CLOSE (0x03) from draft07Alexis La Goutte1-0/+38
2017-12-23QUIC: Add conversation support (to store version)Alexis La Goutte1-13/+43
2017-11-15QUIC: fix STOP_SENDING lengthAlexis La Goutte1-1/+1
2017-10-28QUIC: Display Connection ID (CID) on hexaAlexis La Goutte1-2/+2
2017-10-22QUIC: Add draft-07 value_stringAlexis La Goutte1-0/+1
2017-10-02QUIC: rename Stream ID Needed by Stream ID Blocked (draft-06)Alexis La Goutte1-4/+4
2017-10-02QUIC: Add draft-06 version (value_string)Alexis La Goutte1-0/+1
2017-09-04QUIC: Add STOP_SENDING frameAlexis La Goutte1-0/+30
2017-09-04QUIC: Add Statess Reset Token field on NEW CONNECTION ID FrameAlexis La Goutte1-2/+11
2017-09-04QUIC(IETF): Remove GOAWAYAlexis La Goutte1-28/+0
2017-08-12TLS: Add QUIC Transport ParametersAlexis La Goutte1-1/+9
2017-08-10Add QUIC Transport IETF (draft-05) protocolAlexis La Goutte1-0/+1097
2017-07-11QUIC: rename to G(oogle)QUICAlexis La Goutte1-2930/+0
2017-07-11QUIC: like Fbzero dissector check direclty offset_endAlexis La Goutte1-60/+10
2017-07-11QUIC: move get length packet number to functionAlexis La Goutte1-24/+24
2017-07-11QUIC: directly return lenAlexis La Goutte1-36/+28
2017-07-11QUIC: Add new error code (98) about decompression failureAlexis La Goutte1-1/+4
2017-07-08QUIC: fix comment (use /* */ like other)Alexis La Goutte1-2/+2
2017-07-08QUIC: fix indentAlexis La Goutte1-130/+130
2017-07-08(G)QUIC: Add Heuristic to detect Google QUIC flowAlexis La Goutte1-4/+48
2017-05-21QUIC: fix some indent issueAlexis La Goutte1-5/+5
2017-03-16QUIC: Add TBKP (Token Binding Key Params) tagAlexis La Goutte1-0/+14