aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
Commit message (Expand)AuthorAge
* fuzz: extend fuzzing coverageNardi Ivan2023-10-15
* Added NDPI_MALWARE_HOST_CONTACTED flow riskLuca Deri2023-10-13
* QUIC: export QUIC version as metadataNardi Ivan2023-10-11
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* Improved detection of invalid chars in DNS namesLuca Deri2023-09-09
* Added NDPI_TLS_ALPN_SNI_MISMATCH flow riskLuca Deri2023-09-07
* Minor warning fixesLuca Deri2023-09-05
* Code cleanupLuca Deri2023-09-01
* Code cleanupLuca Deri2023-08-31
* Add an heuristic to detect fully encrypted flows (#2058)Ivan Nardi2023-07-26
* Fixes risk mask exception handling while improving the overall performanceLuca Deri2023-07-14
* Implemented Count-Min Sketch [count how many times a value has been observed]Luca Deri2023-07-13
* fuzz: extend fuzzing coverage (#2040)Ivan Nardi2023-07-11
* Implemented Zoom/Teams stream type detectionLuca Deri2023-06-14
* Added vlan_id in ndpi_flow2json() prototypeLuca Deri2023-06-09
* Fix some memory errors triggered by allocation failures (#1995)Ivan Nardi2023-05-29
* Fix an heap-buffer-overflow (#1994)Ivan Nardi2023-05-29
* Improved missing usage of nDPIs malloc wrapper. Fixes #1978. (#1979)Toni2023-05-20
* Improve detection of crawler/bot traffic (#1956)Ivan Nardi2023-05-04
* Updated (C)Luca Deri2023-04-28
* fuzz: extend fuzzers coverage (#1952)Ivan Nardi2023-04-25
* add support for gre decapsulation (#1442) (#1921)Maatuq2023-04-04
* Added fix for better handling exceptions rollback in case of later matchLuca Deri2023-03-06
* Add a new flow risk about literal IP addresses used as SNI (#1892)Ivan Nardi2023-03-02
* fuzz: extend fuzz coverage (#1888)Ivan Nardi2023-02-16
* Fix export/serialization of `flow->risk` (#1885)Ivan Nardi2023-02-14
* Added new risk NDPI_TCP_ISSUESLuca Deri2023-01-24
* Shrinked symbolic flow risks labelsLuca Deri2023-01-19
* Added NDPI_MINOR_ISSUES risk used for storing generic/relevant information ab...Luca Deri2022-12-31
* Added NDPI_PERIODIC_FLOW flow risk to be used by apps based on nDPILuca Deri2022-12-30
* Implemented EDNS(0) support in DNS dissectorLuca Deri2022-12-29
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23
* Fix some errors found by oss-fuzz (#1834)Ivan Nardi2022-12-20
* fuzz: add a new fuzzer testing memory allocation failures (#1818)Ivan Nardi2022-12-06
* Improve export/print of L4 protocol information (#1799)Ivan Nardi2022-11-13
* Fix json export of ipv6 addressesNardi Ivan2022-11-07
* TLS: improve handling of ALPN(s) (#1784)Ivan Nardi2022-10-25
* Enhanced HTTP numeric IP checkLuca Deri2022-10-22
* Reworked severities adding critical and emergency, thus shifting values downLuca Deri2022-10-19
* Fix a use-of-uninitialized-value error on PCRE codeNardi Ivan2022-10-17
* Updated protocol dissector serialisation code. (#1767)Toni2022-10-15
* Added new flow risk NDPI_HTTP_OBSOLETE_SERVER. Currently Apache and nginx are...Luca2022-10-04
* Improved NATPMP dissection. (#1745)Toni2022-09-21
* Build ndpiReader and run regression tests.Toni Uhlig2022-09-21
* Add proj and sln for compile of dynamic x64 lib under Visual Studio 2019.mark andrews2022-09-21
* STUN: several improvementsNardi Ivan2022-09-11
* Serialize nDPI detection/dissection data as object. (#1725)Toni2022-09-06
* Add Discord dissector. (#1694)Toni2022-08-03
* Compilation fix (not all compilers like restrict) (part 2)Luca Deri2022-08-03
* Improved nDPI JSON serialization. (#1689)Toni2022-08-02