aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Incorporated some feedbackNardi Ivan2020-07-01
|
* mqtt: add boundary check in log messageNardi Ivan2020-06-26
|
* Fix compilation with --enable-debug-messages flagNardi Ivan2020-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 6lucaderi2020-06-26
|
* Merge pull request #931 from lnslbrty/fix/autogen.shLuca Deri2020-06-25
|\ | | | | fixed autoconf version check
| * fixed autoconf version checkToni Uhlig2020-06-25
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #930 from IvanNardi/extcapLuca Deri2020-06-25
|\ \ | |/ |/| Extcap
| * Make lua script more robustNardi Ivan2020-06-25
| |
| * Fixed harmless memory leak in extcap initializationNardi Ivan2020-06-25
| |
| * Restore extcap functionality, i.e. integration with wiresharkNardi Ivan2020-06-25
|/
* Disabled unused codeLuca Deri2020-06-25
|
* Compilation fixes for non-Linux (or outdated Linux) platformslucaderi2020-06-25
|
* CentOS6 fix (santize won't work as too old system)lucaderi2020-06-25
| | | | Fixes warning
* Merge pull request #928 from lnslbrty/added/yet-another-ndpi-integration-exampleLuca Deri2020-06-25
|\ | | | | PROPOSAL: ndpiSimpleIntegration: added another integration example
| * ndpiSimpleIntegration: added another integration exampleToni Uhlig2020-06-24
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #927 from lnslbrty/fix/fbzero-missing-length-checkLuca Deri2020-06-24
|\ \ | | | | | | Fixed missing length check in fbzero.
| * | Fixed missing length check in fbzero.Toni Uhlig2020-06-23
| |/ | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #926 from lnslbrty/added/hulustream-sni-patternLuca Deri2020-06-24
|\ \ | | | | | | Added hulustream SNI pattern. Fixes #904.
| * | Added hulustream SNI pattern. Fixes #904.Toni Uhlig2020-06-23
| |/ | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #925 from lnslbrty/fix/ndpi-rader-unitialized-valuesLuca Deri2020-06-24
|\ \ | | | | | | Fixed unitialized values in ndpiReader protocol detection bitmask dur…
| * | Fixed unitialized values in ndpiReader protocol detection bitmask during dga ↵Toni Uhlig2020-06-23
| |/ | | | | | | | | | | | | | | selftest. * make ./tests/vagrind_test.sh directory agnostic Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #924 from ↵Luca Deri2020-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 Uhlig2020-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 #906Luca Deri2020-06-22
| | | | Packet bins are not printed wehn empty
* Merge pull request #921 from lnslbrty/improved/test-shLuca Deri2020-06-22
|\ | | | | make tests/do.sh directory agnostic
| * make tests/do.sh directory agnosticToni Uhlig2020-06-19
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Warning fixLuca Deri2020-06-22
| |
* | Added ndpi_bin_XXX APILuca Deri2020-06-22
| | | | | | | | Added packet lenght distribution bins
* | Merge pull request #922 from lnslbrty/fix/http-content-disposition-crashLuca Deri2020-06-22
|\ \ | | | | | | Fixed use after free caused by dangling pointer
| * | Fixed use after free caused by dangling pointerToni Uhlig2020-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-crashLuca Deri2020-06-19
|\ \ | | | | | | Fixed stack overflow caused by missing length check
| * | Fixed stack overflow caused by missing length checkToni Uhlig2020-06-18
| | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | Added GoogleDNS DoH on Android 10Luca Deri2020-06-19
| | |
* | | Fixed API documentation: packet tiestamp is expressed in millisecondsLuca Deri2020-06-18
| |/ |/|
* | DGA detection improvementsLuca Deri2020-06-18
| |
* | Added checks for DGA detectionLuca Deri2020-06-17
| |
* | Merge pull request #919 from lnslbrty/new/protocol/anydeskLuca Deri2020-06-17
|\ \ | | | | | | Implemented proprietary AnyDesk protocol
| * | Implemented proprietary AnyDesk protocolToni Uhlig2020-06-17
| |/ | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* / Add API ndpi_serializer_get_formatAlfredo Cardigliano2020-06-16
|/
* Fixed invalid assignment (typo)Luca Deri2020-06-14
|
* Added improved boundary checkLuca Deri2020-06-14
|
* Synchronize type definitions.aouinizied2020-06-12
|
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
|
* Added HyperLogLog cardinality estimator API callsLuca Deri2020-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 Deri2020-06-08
|
* Win fixesLuca Deri2020-06-08
|
* Added check in TLS 1.2+ for reporting a risk when TLS is not used to carry HTTPSLuca Deri2020-06-08
|
* Added HTTP checkLuca Deri2020-06-07
|
* Added TLS bounadry checkLuca Deri2020-06-07
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-06-06
|\