aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
* Explicit cast Referer / Host line to the type `ndpi_strnstr(...)` expects (un...HEADdevToni 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
* Fixes risk mask exception handling while improving the overall performanceLuca Deri2023-07-14
* HTTP: fix extraction of filename (#2046)Ivan Nardi2023-07-14
* HTTP: fix heap-buffer-overflow (#2044)Ivan Nardi2023-07-13
* Minor code cleanupLuca Deri2023-07-11
* added feature to extract filename from http attachment (#2037)Chiara Maggi2023-07-11
* removed useless call of ndpi_set_risk func (#2022)Ivan Kapranov2023-06-22
* HTTP: rework state machine (#1966)Ivan Nardi2023-05-16
* Improve detection of crawlers/bots (#1968)Ivan Nardi2023-05-09
* HTTP: improve extraction of metadata and of flow risks (#1959)Ivan Nardi2023-05-05
* HTTP: remove useless code about XBOX (#1958)Ivan Nardi2023-05-04
* Ookla: rework detection (#1922)Ivan Nardi2023-03-30
* Add a new flow risk about literal IP addresses used as SNI (#1892)Ivan Nardi2023-03-02
* LRU caches: add a generic (optional and configurable) expiration logic (#1855)Ivan Nardi2023-01-18
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* Exported HTTP server in metadataLuca Deri2022-12-05