| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Add fpic in the reader | emanuele-f | 2020-02-14 | |
| | | ||||
| * | Remove decimals in test results for IAT, packet lengths and goodput ratio | emanuele-f | 2020-02-14 | |
| | | ||||
| * | Merge pull request #840 from xnox/more-tests | Emanuele Faranda | 2020-02-14 | |
| |\ | | | | | travis: bump to bionic, add arm64 & s390x. | |||
| | * | travis: bump to bionic, add arm64 & s390x. | Dimitri John Ledkov | 2020-02-10 | |
| | | | ||||
| * | | Add debug symbols when using --with-llvm-sanitizer | emanuele-f | 2020-02-14 | |
| | | | ||||
| * | | Add the --with-llvm-sanitizer flag | emanuele-f | 2020-02-13 | |
| | | | | | | | | | | | | | | | To enable the leaks detector, set the ASAN_OPTIONS=detect_leaks=1 environment variable, e.g: ASAN_OPTIONS=detect_leaks=1 example/ndpiReader -i test.pcap | |||
| * | | Added ndpi_is_protocol_detected() API call | Luca Deri | 2020-02-13 | |
| | | | ||||
| * | | Fix memory invalid access in SMTP and leaks in TLS | emanuele-f | 2020-02-13 | |
| | | | ||||
| * | | Fix possible leak | emanuele-f | 2020-02-13 | |
| | | | ||||
| * | | Fix invalid memory read | emanuele-f | 2020-02-12 | |
| | | | ||||
| * | | Fix little leak on the proto_defaults strdup | emanuele-f | 2020-02-12 | |
| |/ | ||||
| * | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca | 2020-02-10 | |
| |\ | ||||
| | * | Allocation fix in kerberos dissector | Luca Deri | 2020-02-10 | |
| | | | ||||
| * | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca | 2020-02-10 | |
| |\| | ||||
| | * | Removed outdated AppVeyor link | Luca Deri | 2020-02-08 | |
| | | | ||||
| | * | Compliation warning fixes | Luca Deri | 2020-02-08 | |
| | | | ||||
| | * | Merge pull request #839 from catenacyber/fuzzbadge | Luca Deri | 2020-02-08 | |
| | |\ | | | | | | | Adds oss-fuzz badge to REAMDE | |||
| | | * | Adds oss-fuzz badge to REAMDE | Philippe Antoine | 2020-02-06 | |
| | | | | ||||
| | * | | Merge pull request #838 from catenacyber/fix2 | Luca Deri | 2020-02-08 | |
| | |\ \ | | | | | | | | | Adds missing checks | |||
| | | * | | Adds missing checks | Philippe Antoine | 2020-02-03 | |
| | | |/ | | | | | | | | | | Found by fuzzing | |||
| | * | | Added new TLS test files | Luca Deri | 2020-02-08 | |
| | | | | ||||
| | * | | Added export of TLS supported version in TLS header | Luca Deri | 2020-02-07 | |
| | | | | ||||
| | * | | Added TLS ALPN support | Luca Deri | 2020-02-07 | |
| | | | | ||||
| | * | | Little enhancements | emanuele-f | 2020-02-06 | |
| | | | | ||||
| * | | | Improvements for DNS continuous flow dissection | Luca | 2020-02-06 | |
| |/ / | ||||
| * | | Category matching fix | Luca Deri | 2020-02-05 | |
| | | | ||||
| * | | Fix for IPv6 address format across the various platforms/distributions | Luca Deri | 2020-02-04 | |
| | | | ||||
| * | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-02-04 | |
| |\ \ | ||||
| | * | | Result update | Luca Deri | 2020-02-04 | |
| | | | | ||||
| * | | | Fix for IPv6 address format across the various platforms/distributions | Luca Deri | 2020-02-04 | |
| |/ / | ||||
| * | | Warnign fix | Luca Deri | 2020-02-04 | |
| | | | ||||
| * | | Code improvements | Luca Deri | 2020-02-04 | |
| | | | ||||
| * | | Improved DNS response decoding | Luca Deri | 2020-02-04 | |
| |/ | | | | The first decoded address is now reported by ndpiReader | |||
| * | Updte WebattackRCE.pcap.out with libpcre disabled | Luca | 2020-02-02 | |
| | | ||||
| * | Added --with-pcre to enable libpcre usage | Luca | 2020-02-02 | |
| | | ||||
| * | Libfuzz fixes | Luca | 2020-02-02 | |
| | | ||||
| * | PCRE fixes | Luca | 2020-02-02 | |
| | | ||||
| * | Added missing additiona libs | Luca | 2020-02-02 | |
| | | ||||
| * | Merge pull request #836 from MrTiz9/dev | Luca Deri | 2020-02-02 | |
| |\ | | | | | nDPI now detects RCE injections in HTTP requests | |||
| | * | Added missing pcap.out for RCE detections | MrTiz9 | 2020-02-01 | |
| | | | ||||
| | * | FIXED - nDPI now detect RCE injections via PCRE instead Intel Hyperscan | MrTiz9 | 2020-02-01 | |
| | | | ||||
| | * | Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstable | MrTiz9 | 2020-02-01 | |
| | |\ | ||||
| | * | | nDPI now detect RCE injections via PCRE instead Intel Hyperscan - BUGGY, ↵ | MrTiz9 | 2020-01-30 | |
| | | | | | | | | | | | | | DOES NOT COMPILE | |||
| | * | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstable | MrTiz9 | 2020-01-30 | |
| | |\ \ | ||||
| | * | | | Added missing pcap.out for RCE detections | MrTiz9 | 2020-01-24 | |
| | | | | | ||||
| | * | | | nDPI now detect RCE in HTTP GET requests | MrTiz9 | 2020-01-24 | |
| | | | | | ||||
| * | | | | Merge pull request #835 from catenacyber/fuzzfix | Luca Deri | 2020-02-02 | |
| |\ \ \ \ | |_|_|/ |/| | | | Fuzz fixes | |||
| | * | | | Uses ip_size in get_ndpi_flow_info6 | Philippe Antoine | 2020-01-31 | |
| | | | | | ||||
| | * | | | Fix infinite loop in ndpi_workflow_process_packet | Philippe Antoine | 2020-01-31 | |
| | | | | | ||||
| | * | | | Fix memcached read overflow | Philippe Antoine | 2020-01-31 | |
| | | | | | ||||