aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAge
...
* config: allow configuration of guessing algorithmsNardi Ivan2024-01-18
* config: move debug/log configuration to the new APINardi Ivan2024-01-18
* config: remove `enum ndpi_prefs`Nardi Ivan2024-01-18
* config: remove `ndpi_set_detection_preferences()`Nardi Ivan2024-01-18
* config: move cfg of aggressiviness and opportunistic TLS to the new APINardi Ivan2024-01-18
* config: move LRU cache configurations to the new APINardi Ivan2024-01-18
* Make `ndpi_finalize_initialization()` returns an error codeNardi Ivan2024-01-18
* New API for library configurationNardi Ivan2024-01-18
* Improved ndpi_get_host_domainLuca2024-01-16
* Added ndpi_get_host_domain() for returning the host domainLuca2024-01-16
* ndpiReader: improve the check on max number of pkts processed per flow (#2261)Ivan Nardi2024-01-15
* ndpiReader: fix memory leakNardi Ivan2024-01-15
* Added new API callsLuca2024-01-15
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* Add realtime protocol output to `ndpiReader`. (#2197)Toni2024-01-09
* ndpiReader: add breed stats on output used for CI (#2236)Ivan Nardi2024-01-05
* Add an implementation of the BSD function `strtonum` (#2238)Ivan Nardi2024-01-04
* Implemented ndpi_is_outlier() for detecting outliers using z-scoreLuca2023-12-28
* Implements ndpi_pearson_correlation for measuring how correlated are two seriesLuca Deri2023-12-27
* Implements JA4 Support (#2191)Luca Deri2023-12-22
* CI: update list of compilers (#2223)Ivan Nardi2023-12-20
* ndpiReader: avoid creating two detection modules when processing traffic/trac...Ivan Nardi2023-12-12
* ndpiReader: fix `guessed_flow_protocols` statistic (#2203)Ivan Nardi2023-12-12
* STUN: rework extra dissection (#2202)Ivan Nardi2023-12-11
* fuzz: extend fuzzing coverage (#2205)Ivan Nardi2023-12-11
* Fix typos (#2204)rl19872023-12-10
* TLS: remove JA3+ fingerprints. (#2192)Ivan Nardi2023-12-05
* Fixed hash buffer size in ndpiSimpleIntegration. (#2143)Toni2023-11-10
* Fixed implicit u32 cast in `ndpi_data_min()` / `ndpi_data_max()`. (#2139)Toni2023-11-09
* Added malicious sites from the polish cert. (#2121)Toni2023-11-02
* Implements support for symbolic host names (#2123)Luca Deri2023-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
* QUIC: export QUIC version as metadataNardi Ivan2023-10-11
* fuzz: extend fuzzing coverageNardi Ivan2023-10-07
* Cleaned up mining datastructureLuca2023-09-27
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* Fixes matches with domain name strings that start with a dotLuca Deri2023-09-11
* fuzz: add fuzzers to test reader_util code (#2080)Ivan Nardi2023-09-10
* Reworked domain classification based on binary filtersLuca Deri2023-09-02
* Improvement for reducing false positivesLuca Deri2023-09-01
* Swap from Aho-Corasick to an experimental/home-grown algorithm that uses a pr...Luca Deri2023-08-29
* Search fixesLuca Deri2023-08-26
* Improved domain search tet unitLuca Deri2023-08-26
* Added ndpi_domain_classify_XXX(0 APILuca Deri2023-08-26
* fuzz: extend coverage (#2073)Ivan Nardi2023-08-20
* Reworked ndpi_filter_xxx implementation using compressed bitmapsLuca Deri2023-08-14