aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http.c
Commit message (Collapse)AuthorAge
...
* Extend filetype matching for Content-Disposition headerloures2020-05-14
|
* Extend packet struct with Content-Disposition HTTP header fieldloures2020-05-14
| | | | and improve HTTP binary transfer mime type check
* Code clenup for PR #902Luca Deri2020-05-14
|
* Set risk field instead of changing protocol when checking for dangerousloures2020-05-13
| | | | HTTP traffic
* 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 check to spot executables exchanged via HTTP
* 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
| | | | | | | | since ndpi_process_extra_packet() can drive limited or full metadata export
* | 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
| | | | Fixed overlapping categories
* Initial work towards HTTP content-type exportLuca2019-10-31
|
* Major cleanupLuca Deri2019-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 urlLuca Deri2019-10-01
| | | | Reported URL in ndpiReader
* Adedd DTLS check in STUNLuca Deri2019-09-21
| | | | Uodated (C)
* 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
|
* Added fix for discarding core protocols as subprotocolsLuca Deri2019-06-05
|
* Merge pull request #682 from chiehmin/devLuca Deri2019-04-12
|\ | | | | Parse HTTP PATCH method
| * Parse HTTP PATCH methodchiehminw2019-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 Deri2019-04-01
|/ | | | matches due to the nDPI specified configuration
* Merge pull request #677 from chiehmin/add-http-method-prefixLuca Deri2019-03-23
|\ | | | | Add NDPI prefix for HTTP_METHOD enum to avoid name collisions
| * Add NDPI prefix for HTTP_METHOD enum to avoid name collisionschiehminw2019-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 contentLuca Deri2019-03-10
|/
* Improved HTTP response code handlingLuca Deri2019-01-23
|
* Removed this party LRU and replaced with home grownLuca Deri2019-01-17
|
* Fixes ookla lru cache use with IPv6Simone Mainardi2019-01-15
|
* Fix for IPv6 HTTP trafficLuca Deri2019-01-14
|
* nDPi now finally honours dissection of HTTP responsesLuca Deri2019-01-07
|
* Added Ookla cacheLuca Deri2018-12-17
|
* Completed custom category implementationLuca Deri2018-08-16
|
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Implemented Facebook Messenger (mobile) supportLuca Deri2018-05-18
| | | | Code cleanup
* Added ndpi_set_detection_preferences() APi callLuca Deri2018-05-14
|
* Add length check before do memcmp to "x-steam-sid" in http.cYingpei Zeng2018-04-16
|
* Removed NDPI_PROTOCOL_MOVE protocol no longer usedLuca Deri2018-04-05
| | | | Merged NDPI_PROTOCOL_CITRIX_ONLINE with NDPI_PROTOCOL_CITRIX
* Compilation fixesLuca Deri2017-12-13
|
* Merge branch 'dev' into devMichele Campus2017-12-07
|\
| * Fix for #491 (SpeedTest/Ookla)Luca2017-12-07
| |
* | Refactoring the debugging output.Vitaly Lavrov2017-10-26
|/ | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO()
* Fixes for iQIYI and 1kxun protocolsLuca Deri2017-10-06
|
* Fix undefined behavior (detected by gcc):Vitaly Lavrov2017-10-03
| | | | | | | | | | | | | | ndpi_define.h.in:218: Macros NDPI_SET(), NDPI_CLR(), NDPI_ISSET() runtime error: left shift of 1 by 31 places cannot be represented in type 'int' http.c:364: strncpy((char*)flow->protos.http.nat_ip,(char*)packet->forwarded_line.ptr,len); runtime error: null pointer passed as argument 2, which is declared to never be null ndpi_patricia.c:ndpi_comp_with_mask(): int m = ((-1) << (8 - (mask % 8))); runtime error: left shift of negative value -1 Original function ndpi_comp_with_mask() is unreadable and slow. We have only 2 type of address: 32 bit and 128 bit. The optimized version works 6 times faster (IPv4).
* Code reworkLuca Deri2017-09-17
|
* Respose status code after validation check.Paulo Angelo2017-08-19
|