Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Incorporated some feedback | Nardi Ivan | 2020-07-01 |
| | |||
* | mqtt: add boundary check in log message | Nardi Ivan | 2020-06-26 |
| | |||
* | Fix compilation with --enable-debug-messages flag | Nardi Ivan | 2020-06-26 |
| | | | | | | | | | | | | NDPI_LOG* macros dereference ndpi_detection_module_struct object which is private to ndpi library (via NDPI_LIB_COMPILATION define). So we can't use them outside the library itself, i.e. in ndpiReader code Therefore, in files in example/, convert all (rare) uses of NDPI_LOG* macros to a new very simple macro, private to ndpiReader program. If necessary, such macro may be improved. According to a comment in ndpi_define.h, each dissector must define its own NDPI_CURRENT_PROTO macro before including ndpi_api.h file | ||
* | Check for CentOS 6 | lucaderi | 2020-06-26 |
| | |||
* | Merge pull request #931 from lnslbrty/fix/autogen.sh | Luca Deri | 2020-06-25 |
|\ | | | | | fixed autoconf version check | ||
| * | fixed autoconf version check | Toni Uhlig | 2020-06-25 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge pull request #930 from IvanNardi/extcap | Luca Deri | 2020-06-25 |
|\ \ | |/ |/| | Extcap | ||
| * | Make lua script more robust | Nardi Ivan | 2020-06-25 |
| | | |||
| * | 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 |
|/ | |||
* | Disabled unused code | Luca Deri | 2020-06-25 |
| | |||
* | Compilation fixes for non-Linux (or outdated Linux) platforms | lucaderi | 2020-06-25 |
| | |||
* | CentOS6 fix (santize won't work as too old system) | lucaderi | 2020-06-25 |
| | | | | Fixes warning | ||
* | Merge pull request #928 from lnslbrty/added/yet-another-ndpi-integration-example | Luca Deri | 2020-06-25 |
|\ | | | | | PROPOSAL: ndpiSimpleIntegration: added another integration example | ||
| * | ndpiSimpleIntegration: added another integration example | Toni Uhlig | 2020-06-24 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge pull request #927 from lnslbrty/fix/fbzero-missing-length-check | Luca Deri | 2020-06-24 |
|\ \ | | | | | | | Fixed missing length check in fbzero. | ||
| * | | Fixed missing length check in fbzero. | Toni Uhlig | 2020-06-23 |
| |/ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge pull request #926 from lnslbrty/added/hulustream-sni-pattern | Luca Deri | 2020-06-24 |
|\ \ | | | | | | | Added hulustream SNI pattern. Fixes #904. | ||
| * | | Added hulustream SNI pattern. Fixes #904. | Toni Uhlig | 2020-06-23 |
| |/ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge pull request #925 from lnslbrty/fix/ndpi-rader-unitialized-values | Luca Deri | 2020-06-24 |
|\ \ | | | | | | | Fixed unitialized values in ndpiReader protocol detection bitmask dur… | ||
| * | | Fixed unitialized values in ndpiReader protocol detection bitmask during dga ↵ | Toni Uhlig | 2020-06-23 |
| |/ | | | | | | | | | | | | | | | selftest. * make ./tests/vagrind_test.sh directory agnostic Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge pull request #924 from ↵ | Luca Deri | 2020-06-24 |
|\ \ | |/ |/| | | | | | lnslbrty/improved/autoconf-sanitizer-compile-flag-checks Allow -fsanitize for LLVM as well as for GCC. | ||
| * | Allow -fsanitize for LLVM as well as for GCC. | Toni Uhlig | 2020-06-23 |
|/ | | | | | | | | | | | | | | * renamed --with-llvm-sanitizer to --with-sanitizer * disable all optimisations (-O0) if --with-sanitizer set, no functions/paramaters/variables will be optimised, improves debugging * enable undefined behaviour sanitizer (ubsan) * enable leak sanitizer (lsan) * check if -fsanitize=fuzzer is available and --enable-fuzztargets set, fail if not (only supported by clang) * include level 3 debugging information (-g3), improves macro debugging * disabled ubsan misaligned pointer access and lshift overflow Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Fixes #906 | Luca Deri | 2020-06-22 |
| | | | | Packet bins are not printed wehn empty | ||
* | Merge pull request #921 from lnslbrty/improved/test-sh | Luca Deri | 2020-06-22 |
|\ | | | | | make tests/do.sh directory agnostic | ||
| * | make tests/do.sh directory agnostic | Toni Uhlig | 2020-06-19 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Warning fix | Luca Deri | 2020-06-22 |
| | | |||
* | | Added ndpi_bin_XXX API | Luca Deri | 2020-06-22 |
| | | | | | | | | Added packet lenght distribution bins | ||
* | | Merge pull request #922 from lnslbrty/fix/http-content-disposition-crash | Luca Deri | 2020-06-22 |
|\ \ | | | | | | | Fixed use after free caused by dangling pointer | ||
| * | | Fixed use after free caused by dangling pointer | Toni Uhlig | 2020-06-21 |
|/ / | | | | | | | | | | | * This fix also improved RCE Injection detection Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge pull request #920 from lnslbrty/fix/tls-rdn-crash | Luca Deri | 2020-06-19 |
|\ \ | | | | | | | Fixed stack overflow caused by missing length check | ||
| * | | Fixed stack overflow caused by missing length check | Toni Uhlig | 2020-06-18 |
| | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | | Added GoogleDNS DoH on Android 10 | Luca Deri | 2020-06-19 |
| | | | |||
* | | | Fixed API documentation: packet tiestamp is expressed in milliseconds | Luca Deri | 2020-06-18 |
| |/ |/| | |||
* | | DGA detection improvements | Luca Deri | 2020-06-18 |
| | | |||
* | | Added checks for DGA detection | Luca Deri | 2020-06-17 |
| | | |||
* | | Merge pull request #919 from lnslbrty/new/protocol/anydesk | Luca Deri | 2020-06-17 |
|\ \ | | | | | | | Implemented proprietary AnyDesk protocol | ||
| * | | Implemented proprietary AnyDesk protocol | Toni Uhlig | 2020-06-17 |
| |/ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* / | Add API ndpi_serializer_get_format | Alfredo Cardigliano | 2020-06-16 |
|/ | |||
* | Fixed invalid assignment (typo) | Luca Deri | 2020-06-14 |
| | |||
* | Added improved boundary check | Luca Deri | 2020-06-14 |
| | |||
* | Synchronize type definitions. | aouinizied | 2020-06-12 |
| | |||
* | 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 |
| | | | | | | | | | | | | | /* Memory lifecycle */ int ndpi_hll_init(struct ndpi_hll *hll, u_int8_t bits); void ndpi_hll_destroy(struct ndpi_hll *hll); /* Add values */ void ndpi_hll_add(struct ndpi_hll *hll, const char *data, size_t data_len); void ndpi_hll_add_number(struct ndpi_hll *hll, u_int32_t value) ; /* Get cardinality estimation */ double ndpi_hll_count(struct ndpi_hll *hll); | ||
* | Updated (C) | Luca Deri | 2020-06-08 |
| | |||
* | Win fixes | Luca Deri | 2020-06-08 |
| | |||
* | Added check in TLS 1.2+ for reporting a risk when TLS is not used to carry HTTPS | Luca Deri | 2020-06-08 |
| | |||
* | Added HTTP check | Luca Deri | 2020-06-07 |
| | |||
* | Added TLS bounadry check | Luca Deri | 2020-06-07 |
| | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-06-06 |
|\ |