aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_analyze.c
Commit message (Expand)AuthorAge
* Add some heuristics to detect encrypted/obfuscated/proxied TLS flows (#2553)Ivan Nardi2024-09-24
* Implemented algorithms for K-Nearest Neighbor Search (KNN) (#2554)Luca Deri2024-09-10
* bins: fix `ndpi_set_bin`, `ndpi_inc_bin` and `ndpi_get_bin_value` (#2536)Ivan Nardi2024-09-03
* Endian-independent implementation of IEEE 802.3 CRC32 (#2529)Vladimir Gavrilov2024-08-25
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* Add IEC62056 (DLMS/COSEM) protocol dissector (#2229)Vladimir Gavrilov2024-01-02
* fuzz: improve fuzzing coverage (#2239)Ivan Nardi2024-01-02
* 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
* fuzz: extend fuzzing coverage (#2205)Ivan Nardi2023-12-11
* Add some fast CRC16 algorithms implementation (#2195)Vladimir Gavrilov2023-12-05
* Fixed implicit u32 cast in `ndpi_data_min()` / `ndpi_data_max()`. (#2139)Toni2023-11-09
* 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