aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fixed heap-buffer-overflow in citrix decoderLuca Deri2020-01-24
|
* Merge pull request #833 from catenacyber/travisfuzz2Luca Deri2020-01-24
|\ | | | | Fix sanitizers build on Travis
| * Use MSAN_SYMBOLIZER_PATH now that it worksPhilippe Antoine2020-01-24
| |
| * Complete absolute path for symbolizerPhilippe Antoine2020-01-24
| |
| * Trying with ASAN_SYMBOLIZER_PATHPhilippe Antoine2020-01-24
| |
| * Looking for symbolizerPhilippe Antoine2020-01-24
| |
| * Debug symbols in LDFLAGSPhilippe Antoine2020-01-24
| |
| * Debug compilation flag for fuzz targetsPhilippe Antoine2020-01-24
| | | | | | | | And adding include file to fuzz_ndpi_reader
| * Only one envPhilippe Antoine2020-01-24
| |
| * Use clang++7 for fuzz targets in TravisPhilippe Antoine2020-01-24
| |
| * Fix sanitizers build on TravisPhilippe Antoine2020-01-24
| |
* | Implement ndpi_flowv6_flow_hash ndpi_flowv4_flow_hash. Add ndpi_base64_encode.Alfredo Cardigliano2020-01-24
|/
* Merge pull request #832 from catenacyber/travisfuzzLuca Deri2020-01-23
|\ | | | | Adds fuzz targets build and run to travis
| * Typo fixPhilippe Antoine2020-01-23
| |
| * Adds fuzz targets build and run to travisPhilippe Antoine2020-01-22
| | | | | | | | Build comes with the different sanitizers
* | Merge pull request #831 from catenacyber/fuzzcorpusLuca Deri2020-01-23
|\ \ | |/ |/| Generates automatically corpus for fuzz target
| * Generates automatically corpus for fuzz targetPhilippe Antoine2020-01-22
|/
* Minor fixesLuca Deri2020-01-21
|
* ndpi_load_categories_file() now returns the number of loaded hosts or -1 in ↵Luca Deri2020-01-20
| | | | case of error
* Crash fix when not using CSV outputLuca Deri2020-01-19
|
* Added sanity checkLuca2020-01-15
|
* Merge pull request #830 from catenacyber/fuzzpcapLuca Deri2020-01-14
|\ | | | | Adds another fuzz target
| * New fuzz target : fuzz_ndpi_readerPhilippe Antoine2020-01-14
| |
| * Compile libndpireaderPhilippe Antoine2020-01-14
| |
* | Merge pull request #828 from vitalivanov/pull_764Luca Deri2020-01-14
|\ \ | | | | | | example: fix compilation of ndpireader on latest dpdk.
| * | example: fix compilation of ndpireader on latest dpdk.Vitaliy Ivanov2020-01-13
| |/ | | | | | | | | | | | | | | | | | | | | reader_util.c:1708:43: error: 'ETHER_MAX_LEN' undeclared here (not in a function) .rxmode = { .max_rx_pkt_len = ETHER_MAX_LEN } ^~~~~~~~~~~~~ DPDK before 19.08 had a macro ETHER_MAX_LEN, in later versions it was changed to RTE_ETHER_MAX_LEN. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* | Merge pull request #829 from vitalivanov/pull_warning_vitLuca Deri2020-01-14
|\ \ | | | | | | example: fix build warning.
| * | example: fix build warning.Vitaliy Ivanov2020-01-13
| |/ | | | | | | | | | | | | | | ndpiReader.c:24:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE <command-line>:0:0: note: this is the location of the previous definition Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* / Fix misleading error messageAlfredo Cardigliano2020-01-14
|/
* Updated results with the new outputLuca Deri2020-01-10
|
* Added missing flow extra info export in flowsLuca Deri2020-01-10
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-10
|\
| * Added further TLS checksLuca2020-01-10
| |
* | Added flow extra info fieldLuca Deri2020-01-10
|/ | | | Updated tests/results
* Minor cleanupLuca Deri2020-01-10
|
* Fix for invalid TLS leghtLuca Deri2020-01-09
|
* Added check for preventing TLS misbehaviorLuca Deri2020-01-09
|
* Fix for avoiding misdetection in TLSLuca2020-01-09
|
* Added bootstrap ethereum nodesLuca Deri2020-01-08
|
* Tool for listing the current bitcoin IPv4 nodesLuca Deri2020-01-08
|
* Various ethereum improvementsLuca Deri2020-01-08
|
* Code hardeningLuca Deri2020-01-08
|
* Cosmetic fixesLuca Deri2020-01-06
|
* Added check to avoid double allocations with retransmitted packetsLuca Deri2020-01-06
|
* Added missing RPM filesLuca Deri2020-01-06
|
* Removed TLS debug code that could have caused crashesLuca Deri2020-01-05
|
* Added packet boundary checksLuca Deri2020-01-05
|
* Use share instead of sbin for sample filesLuca Deri2020-01-05
| | | | Fixes #826
* Merge pull request #825 from aouinizied/fix_python_bindingsLuca Deri2020-01-05
|\ | | | | Update Python cffi bindings.
| * Update ndpi_flow_struct definition.Zied Aouini2019-12-23
| |