Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | TLS dissection improvements | Luca Deri | 2020-07-28 |
| | |||
* | Added NDPI_SMB_INSECURE_VERSION for detecting insecure SMB versions (e.g. v1) | Luca Deri | 2020-07-27 |
| | |||
* | Boundary check on QUIC | Luca Deri | 2020-07-27 |
| | |||
* | Boundary check | Luca Deri | 2020-07-27 |
| | |||
* | SSH code cleanup | Luca Deri | 2020-07-25 |
| | |||
* | Merge pull request #967 from MrRadix/dev | Luca Deri | 2020-07-25 |
|\ | | | | | Ssh signature checking | ||
| * | added other ssh implementations to check | MrRadix | 2020-07-24 |
| | | |||
| * | added cipher check | MrRadix | 2020-07-22 |
| | | |||
| * | Resolved conflicts on fetch | MrRadix | 2020-07-22 |
| |\ | |||
| * | | fixed bug inside set bit macro call | MrRadix | 2020-07-22 |
| | | | |||
| * | | modified new last two risks | MrRadix | 2020-07-22 |
| | | | |||
| * | | added sscanf error handling | MrRadix | 2020-07-22 |
| | | | |||
| * | | improved performance and legibility | MrRadix | 2020-07-22 |
| | | | |||
| * | | merged with remote | MrRadix | 2020-07-22 |
| |\ \ | |||
| * | | | improved ndpi_risk2str output for new risks | MrRadix | 2020-07-22 |
| | | | | |||
| * | | | Merge remote-tracking branch 'ntop_origin/dev' into dev | MrRadix | 2020-07-22 |
| |\ \ \ | |||
| * | | | | added new risks iside ndpi_risk2str function | MrRadix | 2020-07-22 |
| | | | | | |||
| * | | | | improved performance by removing linear scan | MrRadix | 2020-07-22 |
| | | | | | |||
| * | | | | added ssh_analyse_signature_version and ssh_has_old_signature for check old ↵ | MrRadix | 2020-07-21 |
| | | | | | | | | | | | | | | | | | | | | signature version of ssh | ||
* | | | | | Fixed bin similarity | Luca Deri | 2020-07-24 |
| | | | | | |||
* | | | | | Improved bin clustering | Luca Deri | 2020-07-22 |
| |_|_|/ |/| | | | |||
* | | | | Added changes for handlign SSSH cipher detection | Luca Deri | 2020-07-22 |
| | | | | |||
* | | | | Minor HLL fixes | Luca Deri | 2020-07-22 |
| |_|/ |/| | | |||
* | | | Introduced SSH rick checks | Luca Deri | 2020-07-22 |
| | | | |||
* | | | HLL memory usage notes | Luca Deri | 2020-07-22 |
| |/ |/| | |||
* | | User agent detection improvements | Luca Deri | 2020-07-21 |
|/ | |||
* | Added skeleton for checking SSH signature | Luca Deri | 2020-07-20 |
| | |||
* | Fix for invalid boundary check | Luca Deri | 2020-07-17 |
| | |||
* | Added ndpi_reset_data_analysis() API call | Luca Deri | 2020-07-17 |
| | |||
* | Indendentation fix | Luca Deri | 2020-07-16 |
| | |||
* | Merge pull request #964 from yskcg/dev | Luca Deri | 2020-07-16 |
|\ | | | | | 1:add free pointer NULL check;2:fix xbox and teredo protocol detected… | ||
| * | remove the unused code | ysk | 2020-07-16 |
| | | |||
| * | 1:add free pointer NULL check;2:fix xbox and teredo protocol detected error ↵ | ysk | 2020-07-16 |
| | | | | | | | | when use the commm udp port 3544 | ||
* | | Added ndpi_data_last() API call | Luca Deri | 2020-07-16 |
|/ | |||
* | Added ndpi_data_window_variance() and ndpi_data_window_stddev() API calls | Luca Deri | 2020-07-15 |
| | |||
* | Add ndpi_hll_reset() API call | Luca Deri | 2020-07-15 |
| | | | | Fixes bug in ndpi_data_window_average() with zero points | ||
* | Check for avoiding buffer overflow in netbios dissector | Luca Deri | 2020-07-14 |
| | |||
* | Fixed makefile error message | Luca Deri | 2020-07-13 |
| | | | | Code hardedning fix | ||
* | Merge pull request #963 from yskcg/dev | Luca Deri | 2020-07-13 |
|\ | | | | | add improved boundary check and check malloc return is NULL | ||
| * | add improved boundary check and check malloc return is NULL | ysk | 2020-07-10 |
| | | |||
* | | Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ↵ | Toni Uhlig | 2020-07-11 |
|/ | | | | | | | | | the version string buffer. * added also GREASE supported tls versions as specified in https://tools.ietf.org/html/draft-davidben-tls-grease-01#page-4 Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Various fixes in bins implementation | Luca Deri | 2020-07-09 |
| | | | | Added -b flag in ndpiReader to test bins | ||
* | Added -b to ndpiReader to evaluate bins | Luca Deri | 2020-07-09 |
| | |||
* | Merge pull request #955 from lnslbrty/fix/heap-overflow-thunder | Luca Deri | 2020-07-08 |
|\ | | | | | Fixed thunder protocol detection heap overflow caused by missing leng… | ||
| * | Fixed thunder protocol detection heap overflow caused by missing lengthcheck. | Toni Uhlig | 2020-07-08 |
| | | | | | | | | | | | | * triggered by fuzz traces from wireshark Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Fix warnings | Alfredo Cardigliano | 2020-07-08 |
|/ | |||
* | fixed memory leak in ndpi_cluster_bins / binUnitTest | Toni Uhlig | 2020-07-07 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added ndpi_cluster_bins() for clustering bins and ancillary functions for ↵ | Luca Deri | 2020-07-07 |
| | | | | bins manipulation | ||
* | Merge pull request #932 from IvanNardi/log | Luca Deri | 2020-07-07 |
|\ | | | | | Log | ||
| * | Incorporated some feedback | Nardi Ivan | 2020-07-01 |
| | |