aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_analyze.c
Commit message (Expand)AuthorAge
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* Fix compilation on Windows (#2072)Ivan Nardi2023-08-14
* Reworked ndpi_filter_xxx implementation using compressed bitmapsLuca Deri2023-08-14
* Add an heuristic to detect fully encrypted flows (#2058)Ivan Nardi2023-07-26
* fuzz: extend fuzzing coverage (#2052)Ivan Nardi2023-07-18
* Implemented Count-Min Sketch [count how many times a value has been observed]Luca Deri2023-07-13
* Numeric truncation at `ndpi_analyze.c` at lines 101, 104, 107, 110 (#1999)headshog2023-05-30
* fixed numeric truncation errorheadshog2023-05-20
* Implemented ndpi_predict_linear() for predicting a timeseries value overtimeLuca Deri2023-05-19
* Added missing checkLuca Deri2023-04-28
* 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