aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
* 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
* Added check for empty/missing user-agent in HTTPLuca Deri2022-12-03
* Enhanced HTTP numeric IP checkLuca Deri2022-10-22
* HTTP: fix stack-buffer-overflow (#1768)Ivan Nardi2022-10-14
* Added detection of URLs starting with a dot (.)Luca Deri2022-10-10
* Fixes Stack-buffer-overflow READ {*} ยท check_content_type_and_change_protocolLuca Deri2022-10-06
* Added new flow risk NDPI_HTTP_OBSOLETE_SERVER. Currently Apache and nginx are...Luca2022-10-04
* Fix compilation and sync utests resultsNardi Ivan2022-10-04
* Improved HTTP payload handlingLuca2022-10-04
* Improved detection of WebShell and PHP code in HTTP URLs that is reported via...Luca2022-10-04
* Sizes of LRU caches are now configurableNardi Ivan2022-09-23
* Remove classification "by-ip" from protocol stack (#1743)Ivan Nardi2022-09-20
* Dissectors shouldn't update `flow->guessed_host_protocol_id`Nardi Ivan2022-09-14
* HTTP: remove some wrong codeNardi Ivan2022-09-13
* HTTP: correctly set the classification protocolsNardi Ivan2022-09-06
* Avoid useless host automa lookup (#1724)Ivan Nardi2022-09-05
* HTTP, SoftEther, Florensia: fix some memory corruptionsNardi Ivan2022-08-22
* HTTP: fix classification in some corner cases (#1704)Ivan Nardi2022-08-09
* HTTP, Bittorrent, Kerberos: fix stopping of extra dissection (#1700)Ivan Nardi2022-08-06
* Further simplification of `ndpi_process_extra_packet()` (#1698)Ivan Nardi2022-08-05
* HTTP: improve sub-classification (#1696)Ivan Nardi2022-08-05
* HTTP: fix classification (#1692)Ivan Nardi2022-07-30
* Update the protocol bitmask for some protocols (#1675)Ivan Nardi2022-07-27