aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
* 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
* Improved RTSP detection the second. (#1232) (#1233)Toni2021-07-07
* Refactored nDPI subprotocol handling and aimini protocol detection. (#1156)Toni2021-03-23
* HTTP: fix memory access in ndpi_http_parse_subprotocol() (#1151)Ivan Nardi2021-03-09
* Added Ookla detection over IPv6Luca Deri2021-03-09
* Ookla fixesLuca Deri2021-03-09
* Improved detection of Ookla speedtest and openspeedtest.comLuca Deri2021-03-09
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* HTTP: fix user-agent parsing (#1124)Ivan Nardi2021-02-03
* HTTP: fix logs when NDPI_ENABLE_DEBUG_MESSAGES is defined (#1123)Ivan Nardi2021-02-03
* Increased number of extra packets that is necessary since the frgament manang...Luca Deri2021-02-03
* (C) UpdateLuca Deri2021-01-07
* HTTP: fix compilation and a memory error when NDPI_ENABLE_DEBUG_MESSAGES is d...Ivan Nardi2021-01-07
* Split HTTP request from response Content-Type. Request Content-Type should be...Luca Deri2021-01-06
* Added check for invalid HTTP contentLuca Deri2021-01-06
* Fixed missing symbolLuca Deri2021-01-02
* Added HTTP suspicious content securirty risk (useful for tracking trickbot)Luca Deri2021-01-02
* Added known protocol on unknown port for ntopLuca Deri2020-12-28
* Type change to avoid Windows compilation issuesLuca Deri2020-12-17
* Improved HTTP dissectionLuca Deri2020-12-16
* Fix for detecting numeric IPsLuca Deri2020-11-01
* Fixes #1033Luca Deri2020-10-21
* Minor UA handling improvement to avoid heap-overflowLuca Deri2020-09-22
* Merge pull request #1012 from IvanNardi/uaLuca Deri2020-09-17
|\