aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-02QUIC: fix dissection of Short Header packets with Grease QUIC bitPeter Wu1-1/+1
2020-09-28quic: fix reassembly issue for smb2 (and other protocols)Ronnie Sahlberg1-3/+19
2020-09-28QUIC: update to draft-31Nardi Ivan1-4/+5
2020-09-20QUIC: add support for MVFST EXPERIMENTAL versionNardi Ivan1-1/+2
2020-09-15quic: show encapsulated protocols as top level treesRonnie Sahlberg1-1/+1
2020-09-12QUIC: Update to draft-30Alexis La Goutte1-15/+17
2020-09-10GQUIC: fix endianess for Q050, T050 and T051Nardi Ivan1-1/+1
2020-09-09QUIC: Fix missing bit shift from KP (Key Phase)Alexis La Goutte1-1/+1
2020-09-05(G)QUIC: improve dissection capabilities (Q050, T050 and T051)Nardi Ivan1-2/+46
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-08-24Move quic frag items inside gcrypt feature #ifYehonatan Zecharia1-0/+2
2020-08-11wsutil: define HAVE_LIBGCRYPT_AEAD in wsutil/wsgcrypt.h.Guy Harris1-9/+0
2020-08-10QUIC: fix compile without LIBGCRYPT_AEADJoakim Karlsson1-2/+0
2020-08-08QUIC: add STREAM data reassembly supportPeter Wu1-2/+531
2020-07-14QUIC: fix build error without LIBGCRYPT_AEADJoakim Karlsson1-2/+10
2020-07-14QUIC: fix unintended address/port match for empty DCIDPeter Wu1-1/+5
2020-07-12QUIC: fix decryption when the client uses an empty SCIDPeter Wu1-2/+2
2020-07-12QUIC: Add column info for ACK_FREQUENCY and TIME_STAMP frame typeAlexis La Goutte1-0/+2
2020-07-02Try to squelch [-Wpointer-sign] warnings.Anders Broman1-24/+24
2020-06-29QUIC: Add Google QUIC Q050 supportAlexis La Goutte1-1/+10
2020-06-20QUIC: print helpful hints when Libgcrypt is too oldPeter Wu1-16/+22
2020-06-18QUIC: Add support of mvfst draft-27 (0xfaceb002)Alexis La Goutte1-0/+5
2020-06-18QUIC: restore draft-22 and mvfst (0xfaceb001) supportPeter Wu1-3/+10
2020-06-14QUIC: Update Retry secret and nonce (draft-29)Alexis La Goutte1-7/+22
2020-06-11QUIC: Update salt and rename SERVER_BUSY error code (draft-29)Alexis La Goutte1-16/+16
2020-05-20QUIC: add new transport parameters and error codes (draft-28)Peter Wu1-4/+6
2020-05-07QUIC: append Stream ID to more frame typesPeter Wu1-5/+19
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-1/+1
2020-03-27QUIC: For gboolean fields, use FALSE/TRUE rather than 0/1.Martin Mathieson1-4/+4
2020-03-05QUIC: Add missing extension link (Delayed ACK, Loss Bit)Alexis La Goutte1-0/+4
2020-03-04QUIC: Add Time Stamp ExtensionAlexis La Goutte1-0/+18
2020-03-03QUIC: Add ACK_FREQUENCY Frame TypeAlexis La Goutte1-0/+34
2020-03-02QUIC: Fix frame type (it is also a varint)Alexis La Goutte1-6/+7
2020-02-22QUIC,TLS: update transport parameter encoding (draft-27)Peter Wu1-3/+5
2020-02-15QUIC: explicitly report verified Retry Integrity Tag valuesPeter Wu1-0/+2
2020-02-13QUIC: add support for Facebook QUIC variant mvfstPeter Wu1-0/+5
2020-02-02QUIC: ignore invalid short header packet to fix decryptionPeter Wu1-2/+13
2020-01-31QUIC: recognize Connection ID between 1 and 3 bytesPeter Wu1-1/+1
2020-01-29QUIC: add verification of Retry Integrity Tag (draft -25)Peter Wu1-6/+83
2020-01-28QUIC: Need to remove Retry Integry Tag to Retry Token LengthAlexis La Goutte1-0/+4
2020-01-28QUIC: update Retry Packet and comments, rename idle_timeout (draft -25)Peter Wu1-6/+22
2020-01-24QUIC: add new frame type and transport code (draft -25)Peter Wu1-1/+10
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