aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
Commit message (Expand)AuthorAge
* Add (kind of) support for loading a list of JA4C malicious fingerprints (#2678)Ivan Nardi2025-01-14
* Update `flow->flow_multimedia_types` to a bitmask (#2625)Ivan Nardi2024-11-25
* SIP: extract some basic metadataIvan Nardi2024-11-12
* Added HTTP credentials extractionLuca Deri2024-10-31
* Added ndpi_str_endswith()Luca Deri2024-10-28
* Improved TCP fingepring calculationLuca Deri2024-10-18
* Added u_int8_t ndpi_is_public_ipv4(u_int32_t a /* host byte order */);Luca Deri2024-10-13
* Added -N option for dumping/restoring the DNS cache (when enabled)Luca Deri2024-10-10
* Added new API calls for serializing/restoring the DNS cacheLuca Deri2024-10-10
* Implemented (disabled by default) DNS host cache. You can set the cache size ...Luca Deri2024-10-07
* Let the library returning the packet direction calculated internally (#2572)Ivan Nardi2024-09-27
* Add some heuristics to detect encrypted/obfuscated/proxied TLS flows (#2553)Ivan Nardi2024-09-24
* buffer lenghtt is now returned by ndpi_quick_encrypt() and ndpi_quick_deecrypt()Luca Deri2024-09-24
* Added new API callsLuca Deri2024-09-24
* Added ndpi_quick_encrypt() ndpi_quick_decrypt() APi calls (#2568)Luca Deri2024-09-24
* Implemented ndpi_strrstr()Luca Deri2024-09-19
* Updated ndpi_serialize_flow_fingerprint API signatureLuca2024-09-17
* Reworked fingerprint export now in JSONLuca2024-09-16
* Implemented algorithms for K-Nearest Neighbor Search (KNN) (#2554)Luca Deri2024-09-10
* Added print_ndpi_address_port in nDPi APILuca Deri2024-08-27
* Added ndpi_risk2code and ndpi_code2riskLuca Deri2024-08-27
* CommentsLuca Deri2024-08-26
* Added in APILuca Deri2024-08-26
* Endian-independent implementation of IEEE 802.3 CRC32 (#2529)Vladimir Gavrilov2024-08-25
* Add infrastructure for explicit support of Fist Packet Classification (#2488)Ivan Nardi2024-07-03
* Remove duplicate API for `ndpi_serialize_uint32_double` in ndpi_api.h (#2480)Anshul Thakur2024-06-26
* Replace ndpi_strnstr() implementation with an optimal one (#2447)Vladimir Gavrilov2024-05-22
* Cleaned up APILuca Deri2024-05-17
* Added optimized memmem/strlcpy version (#2424)Toni2024-05-08
* Reworked code and added two new API callsLuca Deri2024-05-07
* Fix a warningNardi Ivan2024-04-20
* Add strlcpy implementation (#2395)0x41CEA552024-04-19
* Domain Classification Improvements (#2396)Luca Deri2024-04-18
* Renamed ndpi_fill_ip6_protocol_category in ndpi_fill_ipv6_protocol_categoryLuca Deri2024-04-11
* Add memmem() implementation (#2378)Vladimir Gavrilov2024-04-10
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* Added support for roaring bitmap v3 (#2355)Luca Deri2024-03-25
* LRU cache: move to 64 bits long keys (#2346)Ivan Nardi2024-03-15
* ahocorasick: improve matching with subdomains (#2331)Ivan Nardi2024-03-06
* Fixes exception handling glitchLuca Deri2024-02-22
* Allow multiple `struct ndpi_detection_module_struct` to share some state (#2271)Ivan Nardi2024-02-01
* Provide a u64 wrapper for `ndpi_set_config()` (#2292)Toni2024-01-30
* fuzz: extend fuzzing coverage (#2281)Ivan Nardi2024-01-24
* config: follow-up (#2268)Ivan Nardi2024-01-20
* config: allow configuration of guessing algorithmsNardi Ivan2024-01-18
* config: move debug/log configuration to the new APINardi Ivan2024-01-18
* config: configure TLS certificate expiration with the new APINardi Ivan2024-01-18
* config: remove `enum ndpi_prefs`Nardi Ivan2024-01-18
* config: remove `ndpi_set_detection_preferences()`Nardi Ivan2024-01-18
* config: move cfg of aggressiviness and opportunistic TLS to the new APINardi Ivan2024-01-18