aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Fixed implicit u32 cast in `ndpi_data_min()` / `ndpi_data_max()`. (#2139)Toni2023-11-09
* Remove `struct ndpi_packet_struct` from the public API (#2129)Ivan Nardi2023-11-07
* Fix proto_name and proto_id missmatch for Sina and SinaWeibo (#2131)Ivan Kapranov2023-11-01
* STUN: major code rework (#2116)Ivan Nardi2023-10-30
* 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 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
* add ethereum protocol dissector. (#2111)Maatuq2023-10-25
* Added generic Google Protobuf dissector. (#2109)Toni2023-10-24
* Add CAN over Ethernet dissector.Toni Uhlig2023-10-23
* Add Remote Management Control Protocol (RMCP).Toni Uhlig2023-10-19
* Fixed OpenWRT arm related build issues. (#2104)Toni2023-10-16
* Fixed two OpenWRT arm related build issues. (#2103)Toni2023-10-16
* Windows warning checksLuca Deri2023-10-16
* Added NDPI_MALWARE_HOST_CONTACTED flow riskLuca Deri2023-10-13
* QUIC: export QUIC version as metadataNardi Ivan2023-10-11
* Added HAProxy protocol. (#2088)Toni2023-10-02
* Cleaned up mining datastructureLuca2023-09-27
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* Fix some prototypes (#2085)Ivan Nardi2023-09-18
* Add support for (un-encrypted) HTTP/2 (#2087)Ivan Nardi2023-09-18
* Add `ndpi_domain_classify_finalize()` function (#2084)Ivan Nardi2023-09-12
* tftp: check incrementation for DATA and ACK packetsThomas Winter2023-09-12
* fuzz: add fuzzers to test bitmap64 and domain_classify data structures (#2082)Ivan Nardi2023-09-10
* Fix some errors found by fuzzers (#2078)Ivan Nardi2023-09-10
* Added OperaVPN detectionLuca Deri2023-09-09
* Enhance DNS risk for long hostnames (> 32)Luca Deri2023-09-09
* Added NDPI_TLS_ALPN_SNI_MISMATCH flow riskLuca Deri2023-09-07
* CleanupLuca2023-09-07
* Improved classification further reducing memory usedLuca Deri2023-09-05
* Classification fixesLuca 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
* 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
* 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