aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
Commit message (Expand)AuthorAge
...
* 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
* Added ndpi_get_host_domain() for returning the host domainLuca2024-01-16
* Added new API callsLuca2024-01-15
* Add an implementation of the BSD function `strtonum` (#2238)Ivan Nardi2024-01-04
* 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
* New ndpi_sha256() nDPI API call (#2230)Luca Deri2023-12-23
* fuzz: extend fuzzing coverage (#2208)Ivan Nardi2023-12-11
* STUN: rework extra dissection (#2202)Ivan Nardi2023-12-11
* Add some fast CRC16 algorithms implementation (#2195)Vladimir Gavrilov2023-12-05
* Keep separating public and private API (#2157)Ivan Nardi2023-11-29
* Fixed implicit u32 cast in `ndpi_data_min()` / `ndpi_data_max()`. (#2139)Toni2023-11-09
* Rename some functions with more useful/clear names (#2127)Ivan Nardi2023-10-29
* IPv6: add support for custom categories (#2126)Ivan Nardi2023-10-29
* ipv6: add support for ipv6 addresses lists (#2113)Ivan Nardi2023-10-26
* Added NDPI_MALWARE_HOST_CONTACTED flow riskLuca Deri2023-10-13
* QUIC: export QUIC version as metadataNardi Ivan2023-10-11
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* Fix some prototypes (#2085)Ivan Nardi2023-09-18
* Add `ndpi_domain_classify_finalize()` function (#2084)Ivan Nardi2023-09-12
* fuzz: add fuzzers to test bitmap64 and domain_classify data structures (#2082)Ivan Nardi2023-09-10
* CleanupLuca2023-09-07
* Improved classification further reducing memory usedLuca Deri2023-09-05
* Added ndpi_bitmap64 supportLuca Deri2023-09-05
* Added ndpi_murmur_hash to the nDPI APILuca Deri2023-09-04
* Reworked domain classification based on binary filtersLuca Deri2023-09-02
* Code cleanupLuca Deri2023-09-01
* Added ndpi_binary_bitmap datastrutureLuca Deri2023-08-31
* Code cleanupLuca Deri2023-08-31
* Added commentLuca Deri2023-08-31
* Swap from Aho-Corasick to an experimental/home-grown algorithm that uses a pr...Luca Deri2023-08-29
* Added ndpi_domain_classify_XXX(0 APILuca Deri2023-08-26
* added bimap and/or with allocationLuca Deri2023-08-24
* Minor improvementsLuca Deri2023-08-23
* Added ndpi_bitmap_is_empty() and ndpi_bitmap_optimize() API callsLuca2023-08-23
* Added ndpi_bitmap_andnot API callLuca2023-08-21
* fuzz: extend coverage (#2073)Ivan Nardi2023-08-20
* Reworked ndpi_filter_xxx implementation using compressed bitmapsLuca Deri2023-08-14
* Added ndpi_filter_add_multi() API callLuca Deri2023-08-11
* Added new API calls for implementing Bloom-filter like data structuresLuca Deri2023-08-11
* Added ndpi_bitmap_copy() API callLuca2023-08-06
* Add an heuristic to detect fully encrypted flows (#2058)Ivan Nardi2023-07-26
* Allow init of app protocols w/o any hostnames set. (#2057)Toni2023-07-22
* Fixes risk mask exception handling while improving the overall performanceLuca Deri2023-07-14
* Implemented Count-Min Sketch [count how many times a value has been observed]Luca Deri2023-07-13
* STUN: keep monitoring/processing STUN flows (#2012)Ivan Nardi2023-06-21