aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Adds check before memcpy for bittorrentPhilippe Antoine2020-02-26
|
* Fix off by one in imapPhilippe Antoine2020-02-26
|
* Check NULL strings in ndpi_serialize_string_stringAlfredo Cardigliano2020-02-26
|
* Merge pull request #849 from annp1987/fix_ndpi_flow2json_segfaultLuca Deri2020-02-26
|\ | | | | ndpi_flow2json should check http.url before serializer
| * ndpi_flow2json should check http.url before serializerNguyen Phuong An2020-02-26
| | | | | | | | This patch will fix issue: https://github.com/ntop/PF_RING/issues/557
* | Merge pull request #848 from aouinizied/devLuca Deri2020-02-26
|\ \ | |/ |/| nDPI 3.2 support in python cffi bindings
| * Remove trailing alignment directives.Zied Aouini2020-02-21
| |
| * Fix docstrings.Zied Aouini2020-02-21
| |
| * Add ndpi_flow_tcp_struct and ndpi_flow_udp_struct api calls.Zied Aouini2020-02-21
| |
* | Fixed swapped protocolLuca Deri2020-02-23
|/
* Fixes #837Luca Deri2020-02-19
|
* Fixes #842Luca Deri2020-02-19
|
* Fixes #845Luca Deri2020-02-19
|
* Merge pull request #846 from catenacyber/fuzzofixLuca Deri2020-02-19
|\ | | | | Fix various buffer over reads
| * Fix kerberos leakPhilippe Antoine2020-02-18
| |
| * Fix various buffer over readsPhilippe Antoine2020-02-18
| |
* | Fix for disabling guess when not requestedLuca Deri2020-02-19
|/
* Added protocol range checkLuca Deri2020-02-17
|
* Fixed TLS client SNI dissectionLuca Deri2020-02-17
|
* Add ndpi_serialize_string_raw to add raw json valuesAlfredo Cardigliano2020-02-14
|
* Add the --with-llvm-sanitizer flagemanuele-f2020-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 callLuca Deri2020-02-13
|
* Fix memory invalid access in SMTP and leaks in TLSemanuele-f2020-02-13
|
* Fix possible leakemanuele-f2020-02-13
|
* Fix invalid memory reademanuele-f2020-02-12
|
* Fix little leak on the proto_defaults strdupemanuele-f2020-02-12
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca2020-02-10
|\
| * Allocation fix in kerberos dissectorLuca Deri2020-02-10
| |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca2020-02-10
|\|
| * Merge pull request #838 from catenacyber/fix2Luca Deri2020-02-08
| |\ | | | | | | Adds missing checks
| | * Adds missing checksPhilippe Antoine2020-02-03
| | | | | | | | | | | | Found by fuzzing
| * | Added export of TLS supported version in TLS headerLuca Deri2020-02-07
| | |
| * | Added TLS ALPN supportLuca Deri2020-02-07
| | |
| * | Little enhancementsemanuele-f2020-02-06
| | |
* | | Improvements for DNS continuous flow dissectionLuca2020-02-06
|/ /
* | Category matching fixLuca Deri2020-02-05
| |
* | Code improvementsLuca Deri2020-02-04
| |
* | Improved DNS response decodingLuca Deri2020-02-04
|/ | | | The first decoded address is now reported by ndpiReader
* PCRE fixesLuca2020-02-02
|
* Merge pull request #836 from MrTiz9/devLuca Deri2020-02-02
|\ | | | | nDPI now detects RCE injections in HTTP requests
| * FIXED - nDPI now detect RCE injections via PCRE instead Intel HyperscanMrTiz92020-02-01
| |
| * Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstableMrTiz92020-02-01
| |\
| * | nDPI now detect RCE injections via PCRE instead Intel Hyperscan - BUGGY, ↵MrTiz92020-01-30
| | | | | | | | | | | | DOES NOT COMPILE
| * | Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstableMrTiz92020-01-30
| |\ \
| * | | nDPI now detect RCE in HTTP GET requestsMrTiz92020-01-24
| | | |
* | | | Fix memcached read overflowPhilippe Antoine2020-01-31
| | | |
* | | | Fix undefined shift in dnsPhilippe Antoine2020-01-31
| |_|/ |/| |
* | | Disabeld community id debugAlfredo Cardigliano2020-01-30
| |/ |/|
* | Community ID hash fixesAlfredo Cardigliano2020-01-25
| |
* | Added memory boundary check in HTTP dissectorLuca Deri2020-01-24
| |