| Commit message (Expand) | Author | Age |
* | Moved global in reader_util.c | Luca Deri | 2020-10-27 |
* | Added -D flag for detecting DoH in the wild | Luca Deri | 2020-10-26 |
* | Added -x for checking patterns | Luca Deri | 2020-10-22 |
* | Add unit tests to travis. Move ndpi serializer tests to unit tests. | Alfredo Cardigliano | 2020-09-21 |
* | Merge pull request #1012 from IvanNardi/ua | Luca Deri | 2020-09-17 |
|\ |
|
| * | http: create a common function to parse User Agent field | Nardi Ivan | 2020-09-08 |
* | | Added extension to detect nested subdomains as used in Browsertunnel attack tool | Luca Deri | 2020-09-09 |
|/ |
|
* | Fixed invalid memory access leading to a SIGSEGV in ndpiReader's option parser. | Toni Uhlig | 2020-08-28 |
* | Add (optional) dependency on external libraries: libgcrypt and libgpg-error | Nardi Ivan | 2020-08-21 |
* | Fixed invalid dpdk fn call. | Toni Uhlig | 2020-08-15 |
* | Fixed possible memory leak in TLS certificate handling | Luca Deri | 2020-08-05 |
* | Tiny changes for TLS block lenght dissection | Luca Deri | 2020-07-29 |
* | Minor fixes | Nardi Ivan | 2020-07-26 |
* | 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 |
* | 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 | ysk | 2020-07-10 |
* | | Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ... | Toni Uhlig | 2020-07-11 |
|/ |
|
* | Various fixes in bins implementation | Luca Deri | 2020-07-09 |
* | Merge pull request #957 from lnslbrty/fix/build | Luca Deri | 2020-07-09 |
|\ |
|
| * | Removed csv_fp as external symbol. Instead passing csv_fp through as argument. | Toni Uhlig | 2020-07-08 |
* | | Added -b to ndpiReader to evaluate bins | Luca Deri | 2020-07-09 |
|/ |
|
* | Fix memory leak reported in #955 | Nardi Ivan | 2020-07-08 |
* | Added testing bin code | Luca Deri | 2020-07-07 |
* | Memory allocation fixes | Luca Deri | 2020-07-07 |
* | fixed memory leak in ndpi_cluster_bins / binUnitTest | Toni Uhlig | 2020-07-07 |
* | Added ndpi_cluster_bins() for clustering bins and ancillary functions for bin... | Luca Deri | 2020-07-07 |
* | Merge pull request #932 from IvanNardi/log | Luca Deri | 2020-07-07 |
|\ |
|
| * | Fix a memory leak | Nardi Ivan | 2020-07-07 |
| * | Improve help message of --dbg-proto option | Nardi Ivan | 2020-07-02 |
* | | Added unit test | Luca Deri | 2020-07-03 |
* | | Added ndpi_print_bin() API call | Luca Deri | 2020-06-29 |
* | | Added ndpi_bin_similarity() for computing bin similarity | Luca Deri | 2020-06-29 |
* | | Fix memory leak about purged/expired flows | Nardi Ivan | 2020-06-28 |
* | | Fix (harmless) memory leaks when DPDK is enabled | Nardi Ivan | 2020-06-28 |
* | | Fix startup when DPDK is enabled | Nardi Ivan | 2020-06-28 |
* | | ndpiReader: fix ports statistics | Nardi Ivan | 2020-06-28 |
|/ |
|
* | Fixed harmless memory leak in extcap initialization | Nardi Ivan | 2020-06-25 |
* | Restore extcap functionality, i.e. integration with wireshark | Nardi Ivan | 2020-06-25 |
* | Fixed unitialized values in ndpiReader protocol detection bitmask during dga ... | Toni Uhlig | 2020-06-23 |
* | Fixes #906 | Luca Deri | 2020-06-22 |
* | Added ndpi_bin_XXX API | Luca Deri | 2020-06-22 |
* | DGA detection improvements | Luca Deri | 2020-06-18 |
* | Added checks for DGA detection | Luca Deri | 2020-06-17 |
* | Added DGA risk for names that look like a DGA | Luca Deri | 2020-06-11 |
* | Added HyperLogLog cardinality estimator API calls | Luca Deri | 2020-06-10 |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-06-06 |
|\ |
|
| * | Handle EOR in TLV test | Alfredo Cardigliano | 2020-06-06 |