Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | | | | |||
| * | | | Modifies fuzz target to fix leaks | Philippe Antoine | 2020-01-31 |
| | | | | |||
| * | | | Fix undefined shift in dns | Philippe Antoine | 2020-01-31 |
|/ / / | |||
* | | | PCRE fix | lucaderi | 2020-01-31 |
| | | | |||
* | | | Added libpcre lib if present | Luca Deri | 2020-01-30 |
| | | | |||
* | | | Disabeld community id debug | Alfredo Cardigliano | 2020-01-30 |
| |/ |/| | |||
* | | Added check for libpcre presence | Luca Deri | 2020-01-29 |
| | | |||
* | | Community ID hash fixes | Alfredo Cardigliano | 2020-01-25 |
| | | |||
* | | Added memory boundary check in HTTP dissector | Luca Deri | 2020-01-24 |
| | | |||
* | | Fixed heap-buffer-overflow in citrix decoder | Luca Deri | 2020-01-24 |
| | | |||
* | | Merge pull request #833 from catenacyber/travisfuzz2 | Luca Deri | 2020-01-24 |
|\ \ | | | | | | | Fix sanitizers build on Travis | ||
| * | | Use MSAN_SYMBOLIZER_PATH now that it works | Philippe Antoine | 2020-01-24 |
| | | | |||
| * | | Complete absolute path for symbolizer | Philippe Antoine | 2020-01-24 |
| | | | |||
| * | | Trying with ASAN_SYMBOLIZER_PATH | Philippe Antoine | 2020-01-24 |
| | | | |||
| * | | Looking for symbolizer | Philippe Antoine | 2020-01-24 |
| | | | |||
| * | | Debug symbols in LDFLAGS | Philippe Antoine | 2020-01-24 |
| | | | |||
| * | | Debug compilation flag for fuzz targets | Philippe Antoine | 2020-01-24 |
| | | | | | | | | | | | | And adding include file to fuzz_ndpi_reader | ||
| * | | Only one env | Philippe Antoine | 2020-01-24 |
| | | | |||
| * | | Use clang++7 for fuzz targets in Travis | Philippe Antoine | 2020-01-24 |
| | | | |||
| * | | Fix sanitizers build on Travis | Philippe Antoine | 2020-01-24 |
| |/ | |||
* / | Implement ndpi_flowv6_flow_hash ndpi_flowv4_flow_hash. Add ndpi_base64_encode. | Alfredo Cardigliano | 2020-01-24 |
|/ | |||
* | Merge pull request #832 from catenacyber/travisfuzz | Luca Deri | 2020-01-23 |
|\ | | | | | Adds fuzz targets build and run to travis |