| Commit message (Expand) | Author | Age |
* | Add some heuristics to detect encrypted/obfuscated/proxied TLS flows (#2553) | Ivan Nardi | 2024-09-24 |
* | Implemented algorithms for K-Nearest Neighbor Search (KNN) (#2554) | Luca Deri | 2024-09-10 |
* | bins: fix `ndpi_set_bin`, `ndpi_inc_bin` and `ndpi_get_bin_value` (#2536) | Ivan Nardi | 2024-09-03 |
* | Endian-independent implementation of IEEE 802.3 CRC32 (#2529) | Vladimir Gavrilov | 2024-08-25 |
* | Fix some warnings reported by CODESonar (#2227) | Ivan Nardi | 2024-01-12 |
* | Add IEC62056 (DLMS/COSEM) protocol dissector (#2229) | Vladimir Gavrilov | 2024-01-02 |
* | fuzz: improve fuzzing coverage (#2239) | Ivan Nardi | 2024-01-02 |
* | Implemented ndpi_is_outlier() for detecting outliers using z-score | Luca | 2023-12-28 |
* | Implements ndpi_pearson_correlation for measuring how correlated are two series | Luca Deri | 2023-12-27 |
* | fuzz: extend fuzzing coverage (#2205) | Ivan Nardi | 2023-12-11 |
* | Add some fast CRC16 algorithms implementation (#2195) | Vladimir Gavrilov | 2023-12-05 |
* | Fixed implicit u32 cast in `ndpi_data_min()` / `ndpi_data_max()`. (#2139) | Toni | 2023-11-09 |
* | Added printf/fprintf replacement for some internal modules. (#1974) | Toni | 2023-09-26 |
* | Fix compilation on Windows (#2072) | Ivan Nardi | 2023-08-14 |
* | Reworked ndpi_filter_xxx implementation using compressed bitmaps | Luca Deri | 2023-08-14 |
* | Add an heuristic to detect fully encrypted flows (#2058) | Ivan Nardi | 2023-07-26 |
* | fuzz: extend fuzzing coverage (#2052) | Ivan Nardi | 2023-07-18 |
* | Implemented Count-Min Sketch [count how many times a value has been observed] | Luca Deri | 2023-07-13 |
* | Numeric truncation at `ndpi_analyze.c` at lines 101, 104, 107, 110 (#1999) | headshog | 2023-05-30 |
* | fixed numeric truncation error | headshog | 2023-05-20 |
* | Implemented ndpi_predict_linear() for predicting a timeseries value overtime | Luca Deri | 2023-05-19 |
* | Added missing check | Luca Deri | 2023-04-28 |
* | fuzz: extend fuzzers coverage (#1952) | Ivan Nardi | 2023-04-25 |
* | Implemented ndpi_XXX_reset() API calls whre XXX is ses, des, hw | Luca Deri | 2023-04-08 |
* | fuzz: some improvements and add two new fuzzers (#1881) | Ivan Nardi | 2023-02-09 |
* | Add some fuzzers to test other data structures. (#1870) | Ivan Nardi | 2023-01-25 |
* | fuzz: fix memory allocation failure logic (#1867) | Ivan Nardi | 2023-01-20 |
* | Add some fuzzers to test algorithms and data structures (#1852) | Ivan Nardi | 2023-01-17 |
* | fuzz: add a new fuzzer testing memory allocation failures (#1818) | Ivan Nardi | 2022-12-06 |
* | Fixes on hw calculation | Luca Deri | 2022-09-01 |
* | Modified definition of hll_add | Luca Deri | 2022-08-17 |
* | bins: add support for 64bit bins (#1626) | Ivan Nardi | 2022-07-03 |
* | Removed superfluous ifdef'd includes. (#1519) | Toni | 2022-04-19 |
* | Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2 | Toni Uhlig | 2022-04-14 |
* | Added ndpi_find_outliers() API call using Z-Score | Luca Deri | 2022-04-04 |
* | Update copyright | Alfredo Cardigliano | 2022-01-03 |
* | Added example for finding similarities in RRDs using nDPI statistical APIs | Luca Deri | 2021-12-04 |
* | Demo tool for finding anomalies in RRD files | Luca Deri | 2021-12-03 |
* | Implemented ndpi_ses_fitting() and ndpi_des_fitting() | Luca Deri | 2021-10-12 |
* | Fixed DES initialisation | Luca Deri | 2021-10-12 |
* | Fix some ndpi_malloc/ndpi_free pairs (#1298) | Ivan Nardi | 2021-09-13 |
* | Fix possible segfault/leak | Alfredo Cardigliano | 2021-07-05 |
* | Upgraded exponential smoothing to 64 bit values | Luca Deri | 2021-06-18 |
* | Refactored nDPI subprotocol handling and aimini protocol detection. (#1156) | Toni | 2021-03-23 |
* | Implemented square erro rollup to avoid overflow | Luca Deri | 2021-03-14 |
* | Added double exponential smoothing implementation | Luca | 2021-03-11 |
* | Added single exponential smoothing API | Luca Deri | 2021-03-11 |
* | Added HW checks | Luca Deri | 2021-03-01 |
* | Added further HW checks | Luca Deri | 2021-03-01 |
* | Holt-Winters calculation improvement | Luca Deri | 2021-02-27 |