aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/quic.c
Commit message (Expand)AuthorAge
* 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
* Major rework of QUIC dissectorNardi Ivan2020-08-21
* Added memory checksLuca Deri2020-08-02
* Boundary check on QUICLuca Deri2020-07-27
* Fix integer overflow in quicPhilippe Antoine2020-04-15
* quic: fix heap-overflow errorNardi Ivan2020-03-27
* Update for QUIC 046Luca Deri2020-03-17
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-05
|\
| * Removed disable_metadata_export preference that is no longer usefulLuca2019-12-29
* | Updated (C)Luca Deri2020-01-05
|/
* Adedd DTLS check in STUNLuca Deri2019-09-21
* Changes in QUIC dissector to avoid miing QUIC with STUNLuca Deri2019-08-06
* Added QUIC 046 supportLuca Deri2019-07-18
* Dissection improventsLuca Deri2019-07-11
* ntohl Portability fixesLuca Deri2019-06-29
* The le32toh() function used in some places on BSD OSes require sys/endian.h t...Guido Falsi2019-03-12
* QUIC: convert little endian offsets to host endiannessLudovico Cavedon2019-01-15
* Completed custom category implementationLuca Deri2018-08-16
* Major code cleanupLuca2018-07-21
* Added ndpi_set_detection_preferences() APi callLuca Deri2018-05-14
* added diameter protocol dissectorCampus2018-01-02
* Refactoring the debugging output.Vitaly Lavrov2017-10-26
* Fixed invalid QUIC header parsingLuca Deri2017-03-13
* QUIC: fix unused variable 'begin' [-Wunused-variable]Alexis La Goutte2016-11-13
* Fixed QUIC crashtheirix2016-08-07