aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | ndpiReader: fix ports statisticsNardi Ivan2020-06-28
| | | | | | | | | | | | They should take idle/expired flows into account, too
| * | TLS: extract JA3 signatures in some corner casesNardi Ivan2020-06-28
|/ / | | | | | | | | In some (rare) cases, Client Hello message contains lots of cipher suits.
* | Merge pull request #937 from lnslbrty/re-add-corpus-zipfile-for-google-oss-fuzzLuca Deri2020-06-28
|\ \ | | | | | | Re-Added corpus zipfile generation required for google-oss fuzzer
| * | Re-Added corpus zipfile generation required for google-oss fuzzerToni Uhlig2020-06-27
| | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | Merge pull request #936 from lnslbrty/fix/h323-off-by-oneLuca Deri2020-06-28
|\ \ \ | | | | | | | | Fixed off-by-one error in h323.
| * | | Fixed off-by-one error in h323.Toni Uhlig2020-06-27
| |/ / | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | Restored compiler check for fuzzy targetsLuca Deri2020-06-27
| | |
* | | Use clang where available and fallback to gcc when missingLuca Deri2020-06-27
|/ /
* | Merge pull request #935 from lnslbrty/fix/fuzzing-testsLuca Deri2020-06-27
|\ \ | | | | | | fixed fuzzing tests in a way that ./tests/do.sh is now able to use co…
| * | fixed fuzzing tests in a way that ./tests/do.sh is now able to use corpus ↵Toni Uhlig2020-06-27
|/ / | | | | | | | | | | *.pcap files from ./tests/pcap Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Added notes whenever a new flow risk is addedLuca Deri2020-06-26
| |
* | Added malformed packet risk supportLuca Deri2020-06-26
| |
* | Values stored in patricia tree are now 32 bit (they used to be 16 bit) longLuca Deri2020-06-26
|/
* 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
|