aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_main.h
Commit message (Expand)AuthorAge
* Add the ability to enable/disable every specific flow risks (#2653)Ivan Nardi2025-01-06
* Added in APILuca Deri2024-08-26
* Added ndpi_get_protocol_by_name*( API callLuca Deri2024-08-24
* Remove unused code. (#2450)Toni2024-05-21
* Add extra entropy checks and more precise(?) analysis. (#2383)Toni2024-05-09
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* Keep separating public and private API (#2157)Ivan Nardi2023-11-29
* Remove `struct ndpi_packet_struct` from the public API (#2129)Ivan Nardi2023-11-07
* STUN: major code rework (#2116)Ivan Nardi2023-10-30
* fuzz: extend fuzzers coverage (#1952)Ivan Nardi2023-04-25
* Added the ability to define custom protocols with arbitrary Ids in proto.txtLuca Deri2023-03-22
* fuzz: extend fuzz coverage (#1888)Ivan Nardi2023-02-16
* fuzz: some improvements and add two new fuzzers (#1881)Ivan Nardi2023-02-09
* Added missing prototypeLuca Deri2023-01-03
* Enhanced HTTP numeric IP checkLuca Deri2022-10-22
* HTTP: improve sub-classification (#1696)Ivan Nardi2022-08-05
* Add support for flow client/server information (#1671)Ivan Nardi2022-07-24
* ASN1/BER: fix signed integer overflow (#1660)Ivan Nardi2022-07-12
* LDAP: rewrite dissection (#1649)Ivan Nardi2022-07-08
* Restored ndpi_set_proto_defaults() prototypeLuca Deri2022-06-13
* Improved DNS traffic analysisLuca Deri2022-06-13
* Fixed syslog false positives. (#1577)Toni2022-06-03
* Added RiskInfo stringLuca Deri2022-05-30
* Use Doxygen to generate the API documentation. (#1558)Toni2022-05-29
* Improved detection of invalid SNI and hostnames in TLS, HTTPLuca Deri2022-05-24
* Added generic user agent setter. (#1530)Toni2022-04-25
* Add ICMP checksum check and set risk if mismatch detected. (#1464)Toni2022-03-02
* Bug fixing. (#1459)Vitaly Lavrov2022-02-28
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* Added support for Log4J/Log4Shell detection in nDPI via a new flow risk named...Luca Deri2021-12-23
* Improve IPv6 support, enabling IPv6 traffic on (almost) all dissectors. (#1380)Ivan Nardi2021-12-04
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* Detect invalid characters in text and set a risk. Fixes #1347. (#1363)Toni2021-10-26
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* Added entropy calculation to check for suspicious (encrypted) payload. (#1270)Toni2021-08-08
* Added ability to report whether a protocol is encryptedLuca Deri2021-08-07
* Implemented ALPN automa for checking uncommon ALPNsLuca Deri2021-07-24
* Reworked flow risk implementationLuca Deri2021-07-23
* Added risk: TLS_EXTENSION_SUSPICIOUS (#1252)Toni2021-07-19
* NetBIOS decoding changesLuca Deri2021-06-16
* Refactored nDPI subprotocol handling and aimini protocol detection. (#1156)Toni2021-03-23
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* Removed now obsolete NDPI_DETECTION_SUPPORT_IPV6: code is more readeable nowLuca Deri2021-02-10
* (C) UpdateLuca Deri2021-01-07
* Use ndpi_handle_ipv6_extension_headers in reader_utilPhilippe Antoine2020-04-15
* Fixes netbios overreadSimone Mainardi2020-03-12
* Fixed API change which removed ndpi_netbios_name_interpretSimone Mainardi2020-03-12
* Fix buffer overread in netbiosPhilippe Antoine2020-03-12