aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_main.h
Commit message (Expand)AuthorAge
* Use Doxygen to generate the API documentation.add/doxygen-genlns2022-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
* Updated (C)Luca Deri2020-01-05
* Implement nDPI patricia tree APIemanuele-f2019-10-15
* Adedd DTLS check in STUNLuca Deri2019-09-21
* Add ndpi_parse_ip_string and ndpi_get_ip_string APIemanuele-f2019-09-19
* Fixed false positive with FTP_DATA protocolLuca2019-04-05
* Added the concept of protocols that can have subprotocols. Example Spotify ca...Luca2018-11-30
* Improved WeChat supportLuca Deri2018-11-19
* Completed custom category implementationLuca Deri2018-08-16
* Major code cleanupLuca2018-07-21
* Hidden ndpi_detection_module_struct definitionLuca Deri2018-05-14
* Moved ndpi_config.h from ndpi_main.h to ndpi_main.c, and example source files.Darryl Sokoloski2018-04-24
* Added option --enable-debug-messages.Vitaly Lavrov2018-02-07
* Added LISP protocol. By Huniya Arif (xFlowResearch)huniya arif, xflowResearch2017-09-14
* Exported ndpi_netbios_name_interpret() to all nDPI appsLuca Deri2017-03-19
* Add protocol category idsemanuele-f2016-10-22
* Added ndpi_get_proto_by_name() for mapping protocolIDs to protocol namesLuca Deri2016-07-25
* rework some stuffs - added missing comments on functionsCampus2016-04-24
* Fixed buffer overflows with safe str searchtheirix2016-04-12
* reorganized header files - added ndpi_includes.hCampus2015-11-30
* Win32 compilation fixesLuca Deri2015-11-26
* fixed missed library netinet/in.h under FreeBSDCampus2015-11-26
* deleted useless or not used functions and #ifdefCampus2015-11-10
* initial refactoring nDPI - typedef defined only in ndpi_typedef.hCampus2015-11-09