aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | Code improvementsLuca Deri2020-02-04
| |
* | Improved DNS response decodingLuca Deri2020-02-04
|/ | | | The first decoded address is now reported by ndpiReader
* PCRE fixesLuca2020-02-02
|
* Merge pull request #836 from MrTiz9/devLuca Deri2020-02-02
|\ | | | | nDPI now detects RCE injections in HTTP requests
| * FIXED - nDPI now detect RCE injections via PCRE instead Intel HyperscanMrTiz92020-02-01
| |
| * Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstableMrTiz92020-02-01
| |\
| * | nDPI now detect RCE injections via PCRE instead Intel Hyperscan - BUGGY, ↵MrTiz92020-01-30
| | | | | | | | | | | | DOES NOT COMPILE
| * | Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstableMrTiz92020-01-30
| |\ \
| * | | nDPI now detect RCE in HTTP GET requestsMrTiz92020-01-24
| | | |
* | | | Fix memcached read overflowPhilippe Antoine2020-01-31
| | | |
* | | | Fix undefined shift in dnsPhilippe Antoine2020-01-31
| |_|/ |/| |
* | | Disabeld community id debugAlfredo Cardigliano2020-01-30
| |/ |/|
* | Community ID hash fixesAlfredo Cardigliano2020-01-25
| |
* | Added memory boundary check in HTTP dissectorLuca Deri2020-01-24
| |
* | Fixed heap-buffer-overflow in citrix decoderLuca Deri2020-01-24
| |
* | Implement ndpi_flowv6_flow_hash ndpi_flowv4_flow_hash. Add ndpi_base64_encode.Alfredo Cardigliano2020-01-24
|/
* Minor fixesLuca Deri2020-01-21
|
* ndpi_load_categories_file() now returns the number of loaded hosts or -1 in ↵Luca Deri2020-01-20
| | | | case of error
* Added missing flow extra info export in flowsLuca Deri2020-01-10
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-10
|\
| * Added further TLS checksLuca2020-01-10
| |
* | Added flow extra info fieldLuca Deri2020-01-10
|/ | | | Updated tests/results
* Minor cleanupLuca Deri2020-01-10
|
* Fix for invalid TLS leghtLuca Deri2020-01-09
|
* Added check for preventing TLS misbehaviorLuca Deri2020-01-09
|
* Fix for avoiding misdetection in TLSLuca2020-01-09
|
* Added bootstrap ethereum nodesLuca Deri2020-01-08
|
* Various ethereum improvementsLuca Deri2020-01-08
|
* Code hardeningLuca Deri2020-01-08
|
* Cosmetic fixesLuca Deri2020-01-06
|
* Added check to avoid double allocations with retransmitted packetsLuca Deri2020-01-06
|
* Removed TLS debug code that could have caused crashesLuca Deri2020-01-05
|
* Added packet boundary checksLuca Deri2020-01-05
|
* Minor cleanupLuca Deri2020-01-05
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-05
|\
| * Fix leaks and sha1 certificate detectionemanuele-f2020-01-02
| |
| * Fix invalid free on non-tls flowsemanuele-f2020-01-02
| |
| * Add fingerprint_set flagemanuele-f2020-01-02
| |
| * Minor changesLuca2020-01-02
| |
| * Renamed TLS requested server nameLuca2020-01-02
| |
| * Reworked TLS dissectionLuca2020-01-01
| |
| * Minor fixLuca Deri2019-12-29
| |
| * Kerberos fixesLuca2019-12-29
| | | | | | | | Minor TLS cleanup
| * Removed disable_metadata_export preference that is no longer usefulLuca2019-12-29
| | | | | | | | since ndpi_process_extra_packet() can drive limited or full metadata export
| * Fix crash in ndpi_fill_ip_protocol_category when both saddr and daddr are 0emanuele-f2019-12-23
| | | | | | | | | | | | In this corner case, the "prefix" variable was not initialized leading to a failed assertion and crash: ndpi_patricia_search_best2: Assertion `prefix->bitlen <= patricia->maxbits' failed.
* | Updated (C)Luca Deri2020-01-05
|/
* Added snprintf() return code checkLuca Deri2019-12-18
|
* Fix for custom protocol detectionLuca Deri2019-12-18
|
* Merge pull request #824 from catenacyber/stunfixLuca Deri2019-12-18
|\ | | | | Fix read buffer overflow in stun
| * Fix read buffer overflow in stunPhilippe Antoine2019-12-18
| |