aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-18QUIC: Append colmun info and use small "name"Alexis La Goutte1-34/+37
2018-05-02QUIC: fix compilation with gcc 8Pascal Quantin1-2/+3
2018-04-24QUIC: fix NEW_CONNECTION_ID dissection (draft -11)Peter Wu1-7/+31
2018-04-24QUIC: add (expert) info for connection-related infoPeter Wu1-2/+42
2018-04-23QUIC: fix short header decryption (draft -11)Peter Wu1-1/+4
2018-04-23QUIC: implement connection migration (draft -10 and -11)Peter Wu1-98/+426
2018-04-23QUIC: fix decryption with long header (draft -11)Peter Wu1-3/+4
2018-04-20QUIC: implement new header formats (draft -11)Peter Wu1-67/+244
2018-04-18QUIC: add draft version and rename some transport parameters (draft-11)Peter Wu1-0/+1
2018-04-18QUIC: fix short packet type, update error codes (draft -10)Peter Wu1-21/+23
2018-04-18QUIC: implement PATH_CHALLENGE and PATH_RESPONSE frames (draft-10)Peter Wu1-23/+34
2018-04-18QUIC: initial draft-10 decryption supportPeter Wu1-107/+73
2018-04-16QUIC: Add initial support of draft-10Alexis La Goutte1-33/+6
2018-03-21QUIC: fully fix random access decryption, improve error messagesPeter Wu1-144/+115
2018-03-21QUIC: fix decryption and PKN dissection with random accessPeter Wu1-64/+102
2018-03-21QUIC: Add 1-RTT packet decryption (draft -09)Peter Wu1-5/+265
2018-03-20QUIC: ensure Initial Packet decryption at first passPeter Wu1-3/+1
2018-03-18QUIC: use GLib constantJaap Keuter1-1/+1
2018-03-17QUIC: Add dissection of Full Packet Number (PKN)Alexis La Goutte1-15/+92
2018-03-09QUIC: Replace cleartext by handshakeAlexis La Goutte1-21/+21
2018-03-09QUIC: Remove last long packet type about old draft (< 08)Alexis La Goutte1-6/+0
2018-03-02quic: Make sure that we still build when certain libraries not found.Richard Sharpe1-0/+12
2018-03-01QUIC: Add heuristic for avoid conflict with GQUICAlexis La Goutte1-1/+41
2018-03-01QUIC: Add dissection of RETRYAlexis La Goutte1-0/+46
2018-03-01QUIC: use switch/case for long_packet_type and move to functionAlexis La Goutte1-78/+91
2018-02-28QUIC: Display GREASE version..Alexis La Goutte1-1/+6
2018-02-21QUIC: Use new labels for decryption (draft-09).Alexis La Goutte1-15/+42
2018-02-21TLS: allow QUIC dissector to pass HKDF label for ciphersPeter Wu1-6/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12Extract HKDF-Expand from TLS 1.3 dissectorPeter Wu1-5/+7
2018-02-08QUIC: Add initial draft-09 supportAlexis La Goutte1-2/+3
2018-02-08Get rid of no-longer-used variables.Guy Harris1-37/+0
2018-02-08QUIC: remove draft-07 supportAlexis La Goutte1-707/+240
2018-02-08QUIC: QUIC is not longer a ACRONYMAlexis La Goutte1-1/+1
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