aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Expand)AuthorAge
...
| * 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
* HTTP comparison optimizationLuca Deri2020-05-31
* Minor changesLuca Deri2020-05-31
* HTTP dissector improvementsLuca Deri2020-05-30
* Minor cleanupLuca Deri2020-05-29
* Fixes for https://github.com/ntop/nDPI/pull/911Luca Deri2020-05-29
* Added check for suspicious HTTP headersTommaso Macchioni2020-05-29
* Added stub for checking HTTP headerLuca Deri2020-05-21
* Added check for invalid HTTP URLsLuca Deri2020-05-16
* Added check for binary scriptsLuca Deri2020-05-15
* Added NDPI_HTTP_SUSPICIOUS_USER_AGENT ndpi_riskLuca Deri2020-05-15
* Added NDPI_TLS_CERTIFICATE_EXPIRED, NDPI_TLS_CERTIFICATE_MISMATCH, to ndpi_riskLuca Deri2020-05-15
* Extend filetype matching for Content-Disposition headerloures2020-05-14
* Extend packet struct with Content-Disposition HTTP header fieldloures2020-05-14
* Code clenup for PR #902Luca Deri2020-05-14
* Set risk field instead of changing protocol when checking for dangerousloures2020-05-13
* Add check for HTTP transfer of executable filesloures2020-05-13
* Code cleanupLuca Deri2020-05-13
* Added the ability to detect when a known protocol is using a non-standard portLuca Deri2020-05-10
* Added memory boundary check in HTTP dissectorLuca Deri2020-01-24
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-05
|\
| * Reworked TLS dissectionLuca2020-01-01
| * Removed disable_metadata_export preference that is no longer usefulLuca2019-12-29
* | Updated (C)Luca Deri2020-01-05
|/
* Fix invalid reads and add valgrind testemanuele-f2019-12-04
* Improved category detection with HTTPLuca Deri2019-12-01
* Fixed invalid category matching in HTTPLuca Deri2019-11-23
* Initial work towards HTTP content-type exportLuca2019-10-31
* Major cleanupLuca Deri2019-10-24
* Removed http:// from HTTP urlLuca Deri2019-10-01
* Adedd DTLS check in STUNLuca Deri2019-09-21
* Implemented STUN cache to enhance matching of STUN-based protocolsLuca2019-08-12
* Fixes #740Luca Deri2019-07-14
* Solve remaining warningsStuart Reilly2019-07-12
* Add compiler warnings and fix themStuart Reilly2019-07-12