aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
...
* 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
* Improve handling of HTTP-Proxy and HTTP-Connect (#1673)Ivan Nardi2022-07-25
* HTTP: improve detection of WindowsUpdate (#1658)Ivan Nardi2022-07-10
* Prohibit MPEG-DASH to set HTTP as application protocol. (#1560)Toni2022-05-30
* HTTP: fix heap-buffer-overflow error (#1564)Ivan Nardi2022-05-30
* Updated tests resultsLuca Deri2022-05-30
* Added RiskInfo stringLuca Deri2022-05-30
* Added detection for WordPress exploitsLuca Deri2022-05-29
* Added MPEG-DASH dissector. Fixes #1223. (#1555)Toni2022-05-29
* Fixed HTTP lower/upper protocol mess for Aimini/IPP. (#1557)Toni2022-05-28
* Improved detection of invalid SNI and hostnames in TLS, HTTPLuca Deri2022-05-24
* Moved RTSP http patterns to the protocol source file.lns2022-05-19
* Improved Xiaomi HTTP detection. (#1546)Toni2022-05-10
* Improved suspicious http user agent detection. (#1537)Toni2022-05-02
* Added generic user agent setter. (#1530)Toni2022-04-25
* Fix compilation and sync unit tests results (#1445)Ivan Nardi2022-02-19
* Added newflow risk NDPI_HTTP_CRAWLER_BOTLuca Deri2022-02-17
* Added NDPI_ERROR_CODE_DETECTED riskLuca Deri2022-02-03
* Renamed DCERPC to more generic RPC protocol so we can use also for other type...Luca Deri2022-02-03
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Improved user agent analysisLuca Deri2022-01-09
* Invalid checkLuca Deri2022-01-06
* Update copyrightAlfredo Cardigliano2022-01-03
* Added support for Log4J/Log4Shell detection in nDPI via a new flow risk named...Luca Deri2021-12-23
* A final(?) effort to reduce memory usage per flow (#1389)Ivan Nardi2021-12-22
* HTTP proxy improvementLuca Deri2021-11-25
* Reworked HTTP protocol dissection including HTTP proxy and HTTP connectLuca Deri2021-11-25
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Add detection of OCSP (#1370)Ivan Nardi2021-11-11
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18