aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
Commit message (Expand)AuthorAge
* Removed un-necessary include that caused configure-based applications sitting...Luca Deri2024-02-05
* Completly disable all pthread related code in the library if `USE_GLOBAL_CONT...Toni2024-02-03
* Allow multiple `struct ndpi_detection_module_struct` to share some state (#2271)Ivan Nardi2024-02-01
* Fix RESP detection (#2289)Vladimir Gavrilov2024-01-27
* Add Radmin protocol dissector (#2283)Vladimir Gavrilov2024-01-25
* QUIC: fix decryption with CH fragments with different Destination CID (#2278)Ivan Nardi2024-01-24
* Improve handling of custom rules (#2276)Ivan Nardi2024-01-21
* config: follow-up (#2268)Ivan Nardi2024-01-20
* Add Mumble detection support (#2269)Vladimir Gavrilov2024-01-19
* Rework Steam detection (part 1) (#2264)Vladimir Gavrilov2024-01-18
* config: allow configuration of guessing algorithmsNardi Ivan2024-01-18
* config: remove `enum ndpi_prefs`Nardi Ivan2024-01-18
* config: remove `ndpi_set_detection_preferences()`Nardi Ivan2024-01-18
* config: move IP lists configurations to the new APINardi Ivan2024-01-18
* New API for library configurationNardi Ivan2024-01-18
* Teamviewer: varius fixes (#2228)Ivan Nardi2024-01-02
* Fixed check (when using ./autogen.sh --enable-option-checking=fatal --enable-...Luca Deri2023-12-22
* Fixes nDPI datastructs size checkLuca Deri2023-12-22
* Implements JA4 Support (#2191)Luca Deri2023-12-22
* Add WebDAV detection support (#2224)Vladimir Gavrilov2023-12-22
* Rename NDPI_PROTOCOL_RPC to NDPI_PROTOCOL_MS_RPCH (#2218)Vladimir Gavrilov2023-12-19
* STUN: rework extra dissection (#2202)Ivan Nardi2023-12-11
* HTTP: faster processing of asymmetric flows (#2198)Ivan Nardi2023-12-11
* OpenVPN: rework detection (#2199)Ivan Nardi2023-12-06
* TLS: remove JA3+ fingerprints. (#2192)Ivan Nardi2023-12-05
* Keep separating public and private API (#2157)Ivan Nardi2023-11-29
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Remove `struct ndpi_packet_struct` from the public API (#2129)Ivan Nardi2023-11-07
* STUN: major code rework (#2116)Ivan Nardi2023-10-30
* IPv6: add support for custom categories (#2126)Ivan Nardi2023-10-29
* IPv6: add support for IPv6 risk exceptions (#2122)Ivan Nardi2023-10-29
* IPv6: add support for IPv6 risk tree (#2118)Ivan Nardi2023-10-27
* ipv6: add support for ipv6 addresses lists (#2113)Ivan Nardi2023-10-26
* Fixed two OpenWRT arm related build issues. (#2103)Toni2023-10-16
* Added NDPI_MALWARE_HOST_CONTACTED flow riskLuca Deri2023-10-13
* QUIC: export QUIC version as metadataNardi Ivan2023-10-11
* Cleaned up mining datastructureLuca2023-09-27
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* tftp: check incrementation for DATA and ACK packetsThomas Winter2023-09-12
* Fix some errors found by fuzzers (#2078)Ivan Nardi2023-09-10
* Enhance DNS risk for long hostnames (> 32)Luca Deri2023-09-09
* Added NDPI_TLS_ALPN_SNI_MISMATCH flow riskLuca Deri2023-09-07
* Improved classification further reducing memory usedLuca Deri2023-09-05
* Classification fixesLuca Deri2023-09-05
* Added ndpi_bitmap64 supportLuca Deri2023-09-05
* Reworked domain classification based on binary filtersLuca Deri2023-09-02
* Added ndpi_binary_bitmap datastrutureLuca Deri2023-08-31
* Code cleanupLuca Deri2023-08-31
* Swap from Aho-Corasick to an experimental/home-grown algorithm that uses a pr...Luca Deri2023-08-29
* Search fixesLuca Deri2023-08-26