Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added DGA risk for names that look like a DGA | Luca Deri | 2020-06-11 | |
| | ||||
* | Reworked HTTP header processing workflow | Luca Deri | 2020-06-01 | |
| | ||||
* | HTTP comparison optimization | Luca Deri | 2020-05-31 | |
| | ||||
* | Minor changes | Luca Deri | 2020-05-31 | |
| | ||||
* | HTTP dissector improvements | Luca Deri | 2020-05-30 | |
| | ||||
* | Minor cleanup | Luca Deri | 2020-05-29 | |
| | ||||
* | Fixes for https://github.com/ntop/nDPI/pull/911 | Luca Deri | 2020-05-29 | |
| | | | | Added code for dumping invalid HTTP header | |||
* | Added check for suspicious HTTP headers | Tommaso Macchioni | 2020-05-29 | |
| | ||||
* | Added stub for checking HTTP header | Luca Deri | 2020-05-21 | |
| | | | | Updated Teams result | |||
* | Added check for invalid HTTP URLs | Luca Deri | 2020-05-16 | |
| | ||||
* | Added check for binary scripts | Luca Deri | 2020-05-15 | |
| | | | | | Added NDPI_HTTP_NUMERIC_IP_HOST risk ndpi_risk moved to 32 bit | |||
* | Added NDPI_HTTP_SUSPICIOUS_USER_AGENT ndpi_risk | Luca Deri | 2020-05-15 | |
| | ||||
* | Added NDPI_TLS_CERTIFICATE_EXPIRED, NDPI_TLS_CERTIFICATE_MISMATCH, to ndpi_risk | Luca Deri | 2020-05-15 | |
| | ||||
* | Extend filetype matching for Content-Disposition header | loures | 2020-05-14 | |
| | ||||
* | Extend packet struct with Content-Disposition HTTP header field | loures | 2020-05-14 | |
| | | | | and improve HTTP binary transfer mime type check | |||
* | Code clenup for PR #902 | Luca Deri | 2020-05-14 | |
| | ||||
* | Set risk field instead of changing protocol when checking for dangerous | loures | 2020-05-13 | |
| | | | | HTTP traffic | |||
* | Add check for HTTP transfer of executable files | loures | 2020-05-13 | |
| | ||||
* | Code cleanup | Luca Deri | 2020-05-13 | |
| | ||||
* | Added the ability to detect when a known protocol is using a non-standard port | Luca Deri | 2020-05-10 | |
| | | | | Added check to spot executables exchanged via HTTP | |||
* | Added memory boundary check in HTTP dissector | Luca Deri | 2020-01-24 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-01-05 | |
|\ | ||||
| * | Reworked TLS dissection | Luca | 2020-01-01 | |
| | | ||||
| * | Removed disable_metadata_export preference that is no longer useful | Luca | 2019-12-29 | |
| | | | | | | | | since ndpi_process_extra_packet() can drive limited or full metadata export | |||
* | | Updated (C) | Luca Deri | 2020-01-05 | |
|/ | ||||
* | Fix invalid reads and add valgrind test | emanuele-f | 2019-12-04 | |
| | ||||
* | Improved category detection with HTTP | Luca Deri | 2019-12-01 | |
| | ||||
* | Fixed invalid category matching in HTTP | Luca Deri | 2019-11-23 | |
| | | | | Fixed overlapping categories | |||
* | Initial work towards HTTP content-type export | Luca | 2019-10-31 | |
| | ||||
* | Major cleanup | Luca Deri | 2019-10-24 | |
| | | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything | |||
* | Removed http:// from HTTP url | Luca Deri | 2019-10-01 | |
| | | | | Reported URL in ndpiReader | |||
* | Adedd DTLS check in STUN | Luca Deri | 2019-09-21 | |
| | | | | Uodated (C) | |||
* | Implemented STUN cache to enhance matching of STUN-based protocols | Luca | 2019-08-12 | |
| | ||||
* | Fixes #740 | Luca Deri | 2019-07-14 | |
| | ||||
* | Solve remaining warnings | Stuart Reilly | 2019-07-12 | |
| | ||||
* | Add compiler warnings and fix them | Stuart Reilly | 2019-07-12 | |
| | ||||
* | Added fix for discarding core protocols as subprotocols | Luca Deri | 2019-06-05 | |
| | ||||
* | Merge pull request #682 from chiehmin/dev | Luca Deri | 2019-04-12 | |
|\ | | | | | Parse HTTP PATCH method | |||
| * | Parse HTTP PATCH method | chiehminw | 2019-03-26 | |
| | | | | | | | | | | | | HTTP PATCH is introduced in RFC 5789 (https://tools.ietf.org/html/rfc5789) Signed-off-by: chiehminw <chiehminw@synology.com> | |||
* | | Implemented ndpi_process_partial_detection() API call to handle partial ↵ | Luca Deri | 2019-04-01 | |
|/ | | | | matches due to the nDPI specified configuration | |||
* | Merge pull request #677 from chiehmin/add-http-method-prefix | Luca Deri | 2019-03-23 | |
|\ | | | | | Add NDPI prefix for HTTP_METHOD enum to avoid name collisions | |||
| * | Add NDPI prefix for HTTP_METHOD enum to avoid name collisions | chiehminw | 2019-03-12 | |
| | | | | | | | | | | | | ref: https://stackoverflow.com/questions/35380279/avoid-name-collisions-with-enum-in-c-c99 Signed-off-by: chiehminw <chiehminw@synology.com> | |||
* | | Removed categories based on file content | Luca Deri | 2019-03-10 | |
|/ | ||||
* | Improved HTTP response code handling | Luca Deri | 2019-01-23 | |
| | ||||
* | Removed this party LRU and replaced with home grown | Luca Deri | 2019-01-17 | |
| | ||||
* | Fixes ookla lru cache use with IPv6 | Simone Mainardi | 2019-01-15 | |
| | ||||
* | Fix for IPv6 HTTP traffic | Luca Deri | 2019-01-14 | |
| | ||||
* | nDPi now finally honours dissection of HTTP responses | Luca Deri | 2019-01-07 | |
| | ||||
* | Added Ookla cache | Luca Deri | 2018-12-17 | |
| | ||||
* | Completed custom category implementation | Luca Deri | 2018-08-16 | |
| |