aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/quic.c
Commit message (Expand)AuthorAge
* QUIC: fix dissection of draft-34 (#1484)dev-1Ivan Nardi2022-03-09
* configure: fix usage of libgpg-error with `--with-local-libgcrypt` (#1472)Ivan Nardi2022-03-05
* Drop support for non-gcrypt builds. (#1469)Toni2022-03-02
* Added lightweight implementation of libgcrypt. (#1444)Vitaly Lavrov2022-02-20
* QUIC: fix an integer overflow (#1396)Ivan Nardi2022-01-11
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* QUIC: fix old versions of GQUIC on big-endian machines (#1387)Ivan Nardi2021-12-17
* Improve IPv6 support, enabling IPv6 traffic on (almost) all dissectors. (#1380)Ivan Nardi2021-12-04
* QUIC: add support for QUICv2 (draft 00) (#1379)Ivan Nardi2021-12-04
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* QUIC: fix extra dissection (#1376)Ivan Nardi2021-11-23
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Fix QUIC log and remove SoulSeek leftovers after b97dc6ba (#1351)Ivan Nardi2021-10-19
* QUIC: fix an integer overflow (#1337)Ivan Nardi2021-10-11
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Added -a <num> to ndpiReader for generating OPNsense configurationLuca Deri2021-10-04
* Fix armhf (#1315)Gianfranco Costamagna2021-09-26
* QUIC: fix old GQUIC versions on big-endian machines (#1313)Ivan Nardi2021-09-23
* Small fixes after latest commits (#1308)Ivan Nardi2021-09-18
* ARM fixesLuca Deri2021-08-25
* Fix access to some TLS fields in flow structure (#1277)Ivan Nardi2021-08-20
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Reworked flow risk implementationLuca Deri2021-07-23
* QUIC: add basic support for fragmented Client Hello (#1216)Ivan Nardi2021-06-24
* Add support for Snapchat voip calls (#1147)Ivan Nardi2021-03-06
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* Cleaned up tls/quic datatypesLuca Deri2021-01-21
* (C) UpdateLuca Deri2021-01-07
* Warning fixLuca Deri2021-01-07
* QUIC: add suppport for DNS-over-QUIC (#1107)Ivan Nardi2021-01-07
* Quic fixes (#1106)Ivan Nardi2021-01-07
* QUIC: improve handling of SNI (#1105)Ivan Nardi2021-01-07
* QUIC: update to draft-33 (#1104)Ivan Nardi2021-01-04
* QUIC: sync with Wireshark latest changes (#1074)Ivan Nardi2020-12-08
* Warning fixAlfredo Cardigliano2020-11-23
* Quic fixes (#1067)Ivan Nardi2020-11-22
* QUIC: fix dissection of Initial packets coalesced with 0-RTT one (#1044)Ivan Nardi2020-11-03
* QUIC: fix dissection of "offset" field (#1025)Ivan Nardi2020-09-29
* Minor UA handling improvement to avoid heap-overflowLuca Deri2020-09-22
* QUIC: add support for MVFST EXPERIMENTAL versionNardi Ivan2020-09-20
* Merge pull request #1012 from IvanNardi/uaLuca Deri2020-09-17
|\
| * TLS: fix memory accesses in QUIC transport parameters extensionNardi Ivan2020-09-10
| * QUIC: extract User Agent informationNardi Ivan2020-09-08
* | Disabled QUIC tracing that pollutes the outputLuca Deri2020-09-17
|/
* QUIC: add support for GQUIC T050 and T051Nardi Ivan2020-08-30
* Fixed use-of-uninitialized-value in QUIC clho decryption probably caused by a...Toni Uhlig2020-08-27
* QUIC: minor fixesNardi Ivan2020-08-24
* Warning fixLuca Deri2020-08-22
* Add sub-classification for GQUIC >= Q050 and (IETF-)QUICNardi Ivan2020-08-21