aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * Update ndpi_protocols.hhavup2020-03-25
| |
| * Update ndpi_protocol_ids.hhavup2020-03-25
| |
* | Fix ndpi_get_api_version version truncationemanuele-f2020-03-25
| |
* | NDPI_API_VERSION is now computed automaticallyLuca Deri2020-03-25
|/
* Fixed invalid allocationLuca Deri2020-03-24
|
* Merge pull request #859 from catenacyber/fuzzudpfixLuca Deri2020-03-20
|\ | | | | Checks enough data for UDP header
| * tls_supported_versions only if version_str is initializedPhilippe Antoine2020-03-19
| | | | | | | | With version_len == (extension_len-1)
| * Fix use of uninitialized value in TLSPhilippe Antoine2020-03-19
| |
| * Adds different checks against overflowsPhilippe Antoine2020-03-19
| |
* | Fixed loop in serializationLuca Deri2020-03-20
|/
* Update for QUIC 046Luca Deri2020-03-17
|
* Fixes netbios overreadSimone Mainardi2020-03-12
| | | | | | This commit inherits from https://github.com/ntop/nDPI/commit/7a2bcd9c395f9fe554109e04add33e9e65564d82 but leaves ndpi_netbios_name_interpret as part of the API as it is used by ntopng
* Fixed API change which removed ndpi_netbios_name_interpretSimone Mainardi2020-03-12
| | | | This reverts commit 7a2bcd9c395f9fe554109e04add33e9e65564d82.
* Fix infinite loop in tlsPhilippe Antoine2020-03-12
|
* Fix buffer overread in yahooPhilippe Antoine2020-03-12
|
* Fix buffer overread in netbiosPhilippe Antoine2020-03-12
|
* Fix buffer over read in dnsPhilippe Antoine2020-03-12
|
* Fix snprintf return value check for tlsPhilippe Antoine2020-03-12
|
* Fix buffer overread in ndpi_search_setup_capwapPhilippe Antoine2020-03-12
|
* Win fixesLuca Deri2020-03-12
|
* NetBIOS dissection improvementsLuca Deri2020-03-01
|
* Added SMBv1 over NetBIOS detectionLuca Deri2020-03-01
|
* Compilation fixLuca Deri2020-02-28
|
* 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
|\