aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Make a couple of functions staticMartin Mathieson1-1/+1
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+12
2022-12-22QUIC: Handle QUIC connections multiplexed on the same 5-tupleJohn Thacker1-18/+51
2022-12-20QUIC: update final constants for QUICv2Nardi Ivan1-20/+19
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-15/+15
2022-11-01QUIC: fix typoNan Xiao1-1/+1
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+1
2022-08-19QUIC: In stateless reset only set from_server if token foundJohn Thacker1-2/+4
2022-08-19QUIC: Add support for stateless resetJohn Thacker1-6/+128
2022-07-31quic: Make follow stream respect server directionJohn Thacker1-7/+42
2022-07-30gboolean bitfields considered harmfulJohn Thacker1-10/+12
2022-07-26QUIC: Use the stored datagram info for follow filterJohn Thacker1-16/+20
2022-07-24quic: Handle out-of-order CRYPTO frames, aka "Chaos Protection"John Thacker1-16/+494
2022-07-22quic: Handle multiple Client Initial messages before a server initialJohn Thacker1-0/+10
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-04-21libgcrypt: Remove HAVE_GCRYPT_AEAD , _CHACHA20John Thacker1-59/+0
2022-04-19QUIC: Add IMMEDIATE_ACK from ACK Frequency DraftAlexis La Goutte1-0/+5
2022-04-19QUIC: Update to last ACK Frequency draft(-01)Alexis La Goutte1-13/+53
2022-03-30quic: add missing draft uri for quic cibir TPAlexis La Goutte1-0/+2
2022-03-26QUIC: update the name of a field used in version negotiation (draft-06)Nardi Ivan1-1/+1
2022-03-15QUIC: update support for QUICv2 draft-01Nardi Ivan1-61/+105
2022-03-10QUIC: fix typosNan Xiao1-2/+2
2022-03-09quic: fix bug in decrypting draft-34 versionNan Xiao1-10/+11
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-20/+20
2021-12-06QUIC: fix visualization of some (rare) versionsNardi Ivan1-0/+2
2021-12-03QUIC: update support to latest version negotiation draft (05)Nardi Ivan1-1/+11
2021-11-27wmem: Use better names in the APIJoão Valverde1-1/+1
2021-11-25QUIC: add support for QUICv2 (draft-00)Nardi Ivan1-30/+61
2021-10-26QUIC(Datagram): update to last IETF draftAlexis La Goutte1-1/+1
2021-10-26QUIC: Update to final RFC...Alexis La Goutte1-3/+3
2021-10-19QUIC: fix compilation on RaspberryNardi Ivan1-12/+12
2021-09-15QUIC: fix "Follow QUIC stream" crashes when encryption keys are not availableNardi Ivan1-5/+13
2021-09-13HTTP2, QUIC: fix "Follow Stream"Nardi Ivan1-5/+20
2021-08-24[build] fix warnings for unused variablesLin Sun1-1/+5
2021-08-05Fixed incorrect calculating hash from quic_cid_tDenis Pronin1-1/+1
2021-07-07QUIC: improve "Follow QUIC Stream" supportNardi Ivan1-5/+124
2021-06-28QUIC: explicitly show stream initiator and directionNardi Ivan1-4/+37
2021-05-17QUIC: improve handling of unencrypted padding dataNardi Ivan1-9/+15
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-1/+1
2021-02-13QUIC: add support for more QUIC versionsNardi Ivan1-44/+55
2021-02-09QUIC: add support for draft-ietf-quic-version-negotiation-03Nardi Ivan1-6/+15
2021-01-26QUIC: Add dissection of MP-QUIC draft-deconinck-quic-multipathmbutkereit1-43/+318
2021-01-17QUIC: improve error reportingNardi Ivan1-8/+18
2020-12-20QUIC: improve heurist to avoid false positivesNardi Ivan1-6/+36
2020-12-17QUIC: update to draft-33Nardi Ivan1-7/+33
2020-12-12QUIC: fix a stack overflowNardi Ivan1-3/+6
2020-12-09QUIC: fix handling of unencrypted padding dataNardi Ivan1-6/+65