aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_analyze.c
Commit message (Expand)AuthorAge
* fuzz: extend fuzzers coverage (#1952)Ivan Nardi2023-04-25
* Implemented ndpi_XXX_reset() API calls whre XXX is ses, des, hwLuca Deri2023-04-08
* fuzz: some improvements and add two new fuzzers (#1881)Ivan Nardi2023-02-09
* Add some fuzzers to test other data structures. (#1870)Ivan Nardi2023-01-25
* fuzz: fix memory allocation failure logic (#1867)Ivan Nardi2023-01-20
* Add some fuzzers to test algorithms and data structures (#1852)Ivan Nardi2023-01-17
* fuzz: add a new fuzzer testing memory allocation failures (#1818)Ivan Nardi2022-12-06
* Fixes on hw calculationLuca Deri2022-09-01
* Modified definition of hll_addLuca Deri2022-08-17
* bins: add support for 64bit bins (#1626)Ivan Nardi2022-07-03
* Removed superfluous ifdef'd includes. (#1519)Toni2022-04-19
* Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2Toni Uhlig2022-04-14
* Added ndpi_find_outliers() API call using Z-ScoreLuca Deri2022-04-04
* Update copyrightAlfredo Cardigliano2022-01-03
* Added example for finding similarities in RRDs using nDPI statistical APIsLuca Deri2021-12-04
* Demo tool for finding anomalies in RRD filesLuca Deri2021-12-03
* Implemented ndpi_ses_fitting() and ndpi_des_fitting()Luca Deri2021-10-12
* Fixed DES initialisationLuca Deri2021-10-12
* Fix some ndpi_malloc/ndpi_free pairs (#1298)Ivan Nardi2021-09-13
* Fix possible segfault/leakAlfredo Cardigliano2021-07-05
* Upgraded exponential smoothing to 64 bit valuesLuca Deri2021-06-18
* Refactored nDPI subprotocol handling and aimini protocol detection. (#1156)Toni2021-03-23
* Implemented square erro rollup to avoid overflowLuca Deri2021-03-14
* Added double exponential smoothing implementationLuca2021-03-11
* Added single exponential smoothing APILuca Deri2021-03-11
* Added HW checksLuca Deri2021-03-01
* Added further HW checksLuca Deri2021-03-01
* Holt-Winters calculation improvementLuca Deri2021-02-27
* Fixes #1136Luca Deri2021-02-19
* Fix small memory leak (#1133)Ivan Nardi2021-02-10
* Extended the API to calculate jitterLuca Deri2021-02-09
* Minor code improvementsLuca Deri2021-02-09
* Added timeseries forecasting support implementing Holt-Winters with confidenc...Luca Deri2021-02-08
* Implemented more efficient and memory savvy RSILuca Deri2021-02-05
* RSI enhancementsLuca Deri2021-02-05
* Implemented API for computing RSI (Relative Strenght Index)Luca Deri2021-02-04
* Fixes #1029Luca Deri2020-11-27
* Fixes #1032Luca Deri2020-11-27
* Added -D flag for detecting DoH in the wildLuca Deri2020-10-26
* Stddev calculation changesLuca Deri2020-08-30
* Fixed false positive in suspicous user agentLuca Deri2020-08-30
* Fixed bin similarityLuca Deri2020-07-24
* Improved bin clusteringLuca Deri2020-07-22
* Added ndpi_reset_data_analysis() API callLuca Deri2020-07-17
* Added ndpi_data_last() API callLuca Deri2020-07-16
* Added ndpi_data_window_variance() and ndpi_data_window_stddev() API callsLuca Deri2020-07-15
* Add ndpi_hll_reset() API callLuca Deri2020-07-15
* Various fixes in bins implementationLuca Deri2020-07-09
* Added -b to ndpiReader to evaluate binsLuca Deri2020-07-09
* Fix warningsAlfredo Cardigliano2020-07-08