aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Expand)AuthorAge
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* fuzz: improve coverage and remove dead code (#2135)Ivan Nardi2023-11-07
* Remove `struct ndpi_packet_struct` from the public API (#2129)Ivan Nardi2023-11-07
* Added malicious sites from the polish cert. (#2121)Toni2023-11-02
* Custom rules: add missing check (#2132)Ivan Nardi2023-10-31
* Custom rules: fixes for Windows (#2130)Ivan Nardi2023-10-31
* Added missing freeaddrinfo() callLuca Deri2023-10-30
* Replaced gethostbyname2 with getaddrinfo (portable code)Luca Deri2023-10-30
* STUN: major code rework (#2116)Ivan Nardi2023-10-30
* Custom rules: fix a stack overflow (#2128)Ivan Nardi2023-10-30
* FreeBSD compilation fix (missingcvg #include <netdb.h>)Luca Deri2023-10-29
* Implements support for symbolic host names (#2123)Luca Deri2023-10-29
* Rename some functions with more useful/clear names (#2127)Ivan Nardi2023-10-29
* IPv6: add support for custom categories (#2126)Ivan Nardi2023-10-29
* IPv6: add support for IPv6 risk exceptions (#2122)Ivan Nardi2023-10-29
* IPv6: add support for custom rules (#2120)Ivan Nardi2023-10-29
* IPv6: add support for IPv6 risk tree (#2118)Ivan Nardi2023-10-27
* ipv6: add support for ipv6 addresses lists (#2113)Ivan Nardi2023-10-26
* add ethereum protocol dissector. (#2111)Maatuq2023-10-25
* Added generic Google Protobuf dissector. (#2109)Toni2023-10-24
* Improved detection as non DGA for hostnames belnging to a CDN (#2068)Luca Deri2023-10-23
* Add CAN over Ethernet dissector.Toni Uhlig2023-10-23
* Add Remote Management Control Protocol (RMCP).Toni Uhlig2023-10-19
* fuzz: extend fuzzing coverageNardi Ivan2023-10-15
* Added NDPI_MALWARE_HOST_CONTACTED flow riskLuca Deri2023-10-13
* fuzzing: extend fuzzing coverageNardi Ivan2023-10-09
* fuzz: extend fuzzing coverageNardi Ivan2023-10-07
* Windows code reworkLuca Deri2023-10-05
* Windows compilation fixesLuca Deri2023-10-05
* Win include changeLuca Deri2023-10-05
* Added HAProxy protocol. (#2088)Toni2023-10-02
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* Renamed HTTP/2 to HTTP2 as the '/' can have side effects with applications si...Luca Deri2023-09-20
* Add support for (un-encrypted) HTTP/2 (#2087)Ivan Nardi2023-09-18
* fuzz: extend fuzzing coverageNardi Ivan2023-09-16
* Add `ndpi_domain_classify_finalize()` function (#2084)Ivan Nardi2023-09-12
* Fix some errors found by fuzzers (#2078)Ivan Nardi2023-09-10
* Added OperaVPN detectionLuca Deri2023-09-09
* Added NDPI_TLS_ALPN_SNI_MISMATCH flow riskLuca Deri2023-09-07
* Disabled debug messageLuca Deri2023-09-05
* Merged new and old version of ndpi_domain_classify.c codeLuca Deri2023-09-02
* Reworked domain classification based on binary filtersLuca Deri2023-09-02
* Code cleanupLuca Deri2023-09-01
* Fixed heap-buffer-overflow issueLuca Deri2023-08-31
* Warning fixesLuca Deri2023-08-29
* Swap from Aho-Corasick to an experimental/home-grown algorithm that uses a pr...Luca Deri2023-08-29
* fix compilationToni Uhlig2023-08-27
* Changes for supporinng more efficient sub-string matchingLuca Deri2023-08-26
* Boundary checkLuca2023-08-21
* fuzz: extend coverage (#2073)Ivan Nardi2023-08-20