aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
Commit message (Expand)AuthorAge
...
* 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
* Improve handling of HTTP-Proxy and HTTP-Connect (#1673)Ivan Nardi2022-07-25
* Add support for flow client/server information (#1671)Ivan Nardi2022-07-24
* Windows error C2466 fix (array size init with 0).Zied Aouini2022-07-22
* Windows compilation fix.Zied Aouini2022-07-22
* Added null pointer checksLuca2022-07-14
* ASN1/BER: fix signed integer overflow (#1660)Ivan Nardi2022-07-12
* LDAP: rewrite dissection (#1649)Ivan Nardi2022-07-08
* Fix handling of NDPI_UNIDIRECTIONAL_TRAFFIC risk (#1636)Ivan Nardi2022-07-05
* Updated ndpi_check_flow_risk_exceptions() signatureLuca Deri2022-07-04
* Cleaned-up issuer DN check code addingLuca Deri2022-07-04
* Replaced malicious JA3-md5/SSL-cert-sha1 ac automata with hashmaps.Toni Uhlig2022-07-04
* Added unidirectional traffic flow riskLuca Deri2022-06-20
* Replaced nDPI's internal hashmap with uthash. (#1602)Toni2022-06-17
* Fixed syslog false positives. (#1577)Toni2022-06-03
* Added checkLuca Deri2022-05-30