aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
...
* 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
* Reworked flow risks asignmentLuca Deri2021-10-16
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* A (tiny) effort to reduce memory usage per flow (#1304)Ivan Nardi2021-09-18
* Added new risk for clear text credentialsLuca Deri2021-09-10
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Skip whitespaces between HTTP method and URL. (#1271)Toni2021-08-08
* Improved RTSP detection and fixed HTTP false-positive. Fixes #1229. (#1266)Toni2021-07-31
* Reworked flow risk implementationLuca Deri2021-07-23
* Code cleanup. (#1246)Vitaly Lavrov2021-07-16
* Fix for #1230 (#1235)Vitaly Lavrov2021-07-07