aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
Commit message (Expand)AuthorAge
...
* 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
* Changes for supporinng more efficient sub-string matchingLuca Deri2023-08-26
* Added ndpi_domain_classify_XXX(0 APILuca Deri2023-08-26
* Minor improvementsLuca Deri2023-08-23
* Added new API calls for implementing Bloom-filter like data structuresLuca Deri2023-08-11
* Mullvad VPN service added (based on entry node IP addresses) (#2062)snicket21002023-08-02
* Add Service Location Protocol dissector. (#2036)Toni2023-08-01
* DNS: extract geolocation information, if available (#2065)Ivan Nardi2023-07-31
* ProtonVPN: split the ip list (#2060)Ivan Nardi2023-07-27
* Add an heuristic to detect fully encrypted flows (#2058)Ivan Nardi2023-07-26
* TLS: add basic, basic, detection of Encrypted ClientHello (#2053)Ivan Nardi2023-07-21
* Add detection of Roblox games (#2054)Ivan Nardi2023-07-21
* Fix compilation in CI jobs (#2048)Ivan Nardi2023-07-15
* Add a configuration knob to enable/disable loading of gambling list (#2047)Ivan Nardi2023-07-14
* 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