aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
...
* 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
|\
| * http: create a common function to parse User Agent fieldNardi Ivan2020-09-08
* | Added extension to detect nested subdomains as used in Browsertunnel attack toolLuca Deri2020-09-09
|/
* Improved ntop detection over HTTPLuca Deri2020-08-30
* Fixed false positive in suspicous user agentLuca Deri2020-08-30
* Passes method_len param to ndpi_http_str2methodSimone Mainardi2020-08-27
* Added ndpi_http_method ndpi_http_str2method(const char* method) API callLuca Deri2020-08-26
* Added check on payload lenght during extra packet processingLuca Deri2020-08-04
* User agent detection improvementsLuca Deri2020-07-21
* Merge pull request #932 from IvanNardi/logLuca Deri2020-07-07
|\
| * Incorporated some feedbackNardi Ivan2020-07-01
| * Fix compilation with --enable-debug-messages flagNardi Ivan2020-06-26
* | Improved HTTP line parsing if request splitted into multiple packets.Toni Uhlig2020-07-05
* | Added malformed packet risk supportLuca Deri2020-06-26
|/
* Added checks for DGA detectionLuca Deri2020-06-17
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
* Reworked HTTP header processing workflowLuca Deri2020-06-01