aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
* Sync unit tests results and fix `NDPI_HTTP_SUSPICIOUS_HEADER` (#2874)Ivan Nardi2025-06-08
* Improved HTTP risk reportLuca Deri2025-06-08
* Improved HTTP risk message reportLuca Deri2025-06-05
* First step into a dynamic number of protocols (#2857)Ivan Nardi2025-06-03
* A new interface for dissectors registration (#2843)Ivan Nardi2025-05-24
* Minor simplification on protocol/dissector registration (#2833)Ivan Nardi2025-05-20
* Gnutella: simplify code, to support only gtk-gnutella client (#2830)Ivan Nardi2025-05-20
* UBNTAC2,Ookla: improve detection (#2793)Ivan Nardi2025-04-10
* Improved configuration to enable/disable export of flow risk info (#2780)Ivan Nardi2025-03-25
* Add configuration parameter to enable/disable export of flow risk info (#2761)Ivan Nardi2025-03-05
* DNS: fix check for DGA domain (#2716)Ivan Nardi2025-02-11
* DNS: evaluate all flow risks even if sub-classification is disabled (#2714)Ivan Nardi2025-02-11
* Added ndpi_find_protocol_qoe() API callLuca Deri2025-02-10
* Preliminary work to rework `struct ndpi_flow_struct` (#2705)Ivan Nardi2025-02-04
* HTTP: add configuration for some metadata (#2704)Ivan Nardi2025-01-31
* Explicit cast Referer / Host line to the type `ndpi_strnstr(...)` expects (un...Toni Uhlig2025-01-25
* Extracted http host and referer metadata (http protocol)Luca Deri2025-01-24
* QUIC: remove extraction of user-agent (#2650)Ivan Nardi2025-01-07
* Classifications "by-port"/"by-ip" should never change (#2656)Ivan Nardi2025-01-06
* Add the ability to enable/disable every specific flow risks (#2653)Ivan Nardi2025-01-06
* Heap-buffer-overflow fixLuca Deri2024-11-04
* HTTP: fix leak and out-of-bound error on credential extraction (#2611)Ivan Nardi2024-11-01
* Added HTTP credentials extractionLuca Deri2024-10-31
* Added check for avoiding heap buffer overflowsLuca Deri2024-09-28
* Add some heuristics to detect encrypted/obfuscated/proxied TLS flows (#2553)Ivan Nardi2024-09-24
* HTTP, QUIC, TLS: allow to disable sub-classification (#2533)Ivan Nardi2024-09-03
* Add HLS support (#2502)Vladimir Gavrilov2024-07-16
* fuzzing: improve coverage (#2495)Ivan Nardi2024-07-12
* Improved detection of Android connectiity checksLuca2024-06-12
* Add extra entropy checks and more precise(?) analysis. (#2383)Toni2024-05-09
* Domain Classification Improvements (#2396)Luca Deri2024-04-18
* Minor code cleanupLuca Deri2024-04-11
* Fix a warning and restore a unit test result (#2379)Ivan Nardi2024-04-10
* Tuned DNS risk valuesLuca Deri2024-04-09
* Fixed false positives on binary application transfer riskLuca Deri2024-04-08
* Added binary data transfer risk alertLuca2024-04-03
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* Improve normalization of `flow->host_server_name` (#2310)Ivan Nardi2024-02-09
* Normalization of host_server_name (#2299)Vitaly Lavrov2024-02-05
* Enhanced exception lists for binary application transferLuca Deri2024-01-29
* Rework Steam detection (part 1) (#2264)Vladimir Gavrilov2024-01-18
* config: HTTP: enable/disable processing of HTTP responsesNardi Ivan2024-01-18
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* Add WebDAV detection support (#2224)Vladimir Gavrilov2023-12-22
* Rename NDPI_PROTOCOL_RPC to NDPI_PROTOCOL_MS_RPCH (#2218)Vladimir Gavrilov2023-12-19
* HTTP: faster processing of asymmetric flows (#2198)Ivan Nardi2023-12-11
* 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
* Added printf/fprintf replacement for some internal modules. (#1974)Toni2023-09-26
* HTTP: fix another memory access error (#2049)Ivan Nardi2023-07-15