aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
Commit message (Expand)AuthorAge
...
* 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
* Added vlan_id in ndpi_flow2json() prototypeLuca Deri2023-06-09
* Numeric truncation at `ndpi_analyze.c` at lines 101, 104, 107, 110 (#1999)headshog2023-05-30
* Changed logging callback function sig. (#2000)Toni2023-05-30
* fixed numeric truncation errorheadshog2023-05-20
* Implemented ndpi_predict_linear() for predicting a timeseries value overtimeLuca Deri2023-05-19
* Add support for roaring_bitmap_xor_inplace (#1983)Yuriy Rymarchuk2023-05-18
* Added ndpi_guess_undetected_protocol_v4() to restore logic thatLuca Deri2023-04-28
* Improved debug output. (#1951)Toni2023-04-21
* Simplify `ndpi_internal_guess_undetected_protocol()` (#1941)Ivan Nardi2023-04-12
* Implemented ndpi_XXX_reset() API calls whre XXX is ses, des, hwLuca Deri2023-04-08
* Ookla: rework detection (#1922)Ivan Nardi2023-03-30
* Added the ability to define custom protocols with arbitrary Ids in proto.txtLuca Deri2023-03-22
* fuzz: extend fuzz coverage (#1888)Ivan Nardi2023-02-16
* Fix export/serialization of `flow->risk` (#1885)Ivan Nardi2023-02-14
* fuzz: some improvements and add two new fuzzers (#1881)Ivan Nardi2023-02-09
* fuzz: add a new fuzzer to test serialization/deserialization code (#1876)Ivan Nardi2023-01-27
* LRU caches: add a generic (optional and configurable) expiration logic (#1855)Ivan Nardi2023-01-18
* Add some fuzzers to test algorithms and data structures (#1852)Ivan Nardi2023-01-17
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23