Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reenables CI with sanitizers | Philippe Antoine | 2020-07-22 |
| | |||
* | Minor HLL fixes | Luca Deri | 2020-07-22 |
| | |||
* | Introduced SSH rick checks | Luca Deri | 2020-07-22 |
| | |||
* | Merge pull request #966 from catenacyber/ossfuzzbuild | Luca Deri | 2020-07-22 |
|\ | | | | | Enables fuzz targets even without sanitizer | ||
| * | Merge branch 'dev' into ossfuzzbuild | Luca Deri | 2020-07-22 |
| |\ | |/ |/| | |||
* | | HLL memory usage notes | Luca Deri | 2020-07-22 |
| | | |||
* | | Merge pull request #965 from lnslbrty/fix/autoconf-ubuntu | Luca Deri | 2020-07-21 |
|\ \ | | | | | | | fixes autoconf issue on ubuntu 18 (#953) | ||
| * | | fixes autoconf issue on ubuntu 18 (#953) | Toni Uhlig | 2020-07-19 |
| | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | | User agent detection improvements | Luca Deri | 2020-07-21 |
| | | | |||
* | | | Added skeleton for checking SSH signature | Luca Deri | 2020-07-20 |
| | | | |||
| | * | Enables fuzz targets even without sanitizer | Philippe Antoine | 2020-07-20 |
| |/ |/| | | | | | Should fix ossfuzz build | ||
* | | 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 |
| | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-07-13 |
|\ | |||
| * | Add note for sync with cffi bindings. | aouinizied | 2020-07-13 |
| | | |||
| * | Add ssl_version_str to flow structure. | aouinizied | 2020-07-13 |
| | | |||
* | | Fixed makefile error message | Luca Deri | 2020-07-13 |
|/ | | | | Code hardedning fix | ||
* | wrapper cleanup | Luca Deri | 2020-07-13 |
| | |||
* | 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 |
| | | |||
* | | Merge pull request #961 from lnslbrty/fix/ssl-version2str-race-condition | Luca Deri | 2020-07-13 |
|\ \ | | | | | | | Fixed race condition in ndpi_ssl_version2str() caused by static quali… | ||
| * | | 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> | ||
* | | Merge pull request #960 from lnslbrty/fix/heap-overflow-in-llc-readear-util | Luca Deri | 2020-07-13 |
|\ \ | |/ |/| | Fixed heap overflow caused by missing lengthcheck in 802.11 LLC heade… | ||
| * | Fixed heap overflow caused by missing lengthcheck in 802.11 LLC header parsing. | Toni Uhlig | 2020-07-11 |
|/ | | | | | | * triggered by fuzz traces from wireshark Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Updated test results due to bin changes | Luca Deri | 2020-07-09 |
| | |||
* | Various fixes in bins implementation | Luca Deri | 2020-07-09 |
| | | | | Added -b flag in ndpiReader to test bins | ||
* | Merge pull request #957 from lnslbrty/fix/build | Luca Deri | 2020-07-09 |
|\ | | | | | Fix/build | ||
| * | travis-ci cleanups | Toni Uhlig | 2020-07-09 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | ndpiSimpleIntegration should not be included in a static library | Toni Uhlig | 2020-07-08 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Removed csv_fp as external symbol. Instead passing csv_fp through as argument. | Toni Uhlig | 2020-07-08 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Guide update | Alfredo Cardigliano | 2020-07-09 |
| | | |||
* | | Update note. | aouinizied | 2020-07-09 |
| | | |||
* | | Add NDPI_MALFORMED_PACKET risk. | aouinizied | 2020-07-09 |
| | | |||
* | | Added -b to ndpiReader to evaluate bins | Luca Deri | 2020-07-09 |
|/ | |||
* | Merge pull request #956 from IvanNardi/leak | Luca Deri | 2020-07-08 |
|\ | | | | | Fix memory leak reported in #955 | ||
| * | Fix memory leak reported in #955 | Nardi Ivan | 2020-07-08 |
| | | | | | | | | | | | | | | This leak is clearly happening because of missing/disabled code in "bins" handling. This is a trivial workaround useful until such code is completed. In this way tavis-ci will stop complaining | ||
* | | 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 |
|/ | |||
* | Added testing bin code | Luca Deri | 2020-07-07 |
| | |||
* | Memory allocation fixes | Luca Deri | 2020-07-07 |
| | |||
* | Merge pull request #954 from lnslbrty/fix/memleak-cluster-bins | Luca Deri | 2020-07-07 |
|\ | | | | | fixed memory leak in ndpi_cluster_bins / binUnitTest |