Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixes netbios overread | Simone Mainardi | 2020-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_interpret | Simone Mainardi | 2020-03-12 | |
| | | | | This reverts commit 7a2bcd9c395f9fe554109e04add33e9e65564d82. | |||
* | Merge pull request #856 from catenacyber/fuzzfix5 | Luca Deri | 2020-03-12 | |
|\ | | | | | Fuzzfix5 | |||
| * | Fix infinite loop in tls | Philippe Antoine | 2020-03-12 | |
| | | ||||
| * | Fix buffer overread in yahoo | Philippe Antoine | 2020-03-12 | |
| | | ||||
| * | Fix buffer overread in netbios | Philippe Antoine | 2020-03-12 | |
| | | ||||
| * | Fix buffer over read in dns | Philippe Antoine | 2020-03-12 | |
| | | ||||
| * | Fix snprintf return value check for tls | Philippe Antoine | 2020-03-12 | |
| | | ||||
| * | Fix buffer overread in ndpi_search_setup_capwap | Philippe Antoine | 2020-03-12 | |
|/ | ||||
* | Win fixes | Luca Deri | 2020-03-12 | |
| | ||||
* | NetBIOS dissection improvements | Luca Deri | 2020-03-01 | |
| | ||||
* | Added SMBv1 over NetBIOS detection | Luca Deri | 2020-03-01 | |
| | ||||
* | Compilation fix | Luca Deri | 2020-02-28 | |
| | ||||
* | Compilation fix | Luca Deri | 2020-02-28 | |
| | ||||
* | Merge pull request #850 from catenacyber/fuzz4fix | Luca Deri | 2020-02-28 | |
|\ | | | | | Fuzz4fix | |||
| * | Adds check before memcpy for bittorrent | Philippe Antoine | 2020-02-26 | |
| | | ||||
| * | Run ndpi_detection_process_packet only with payload | Philippe Antoine | 2020-02-26 | |
| | | | | | | | | Real problem is decapsulation of all ipv6 headers | |||
| * | Fix off by one in imap | Philippe Antoine | 2020-02-26 | |
| | | ||||
| * | Fix read overflow before UDP header | Philippe Antoine | 2020-02-26 | |
|/ | ||||
* | Check NULL strings in ndpi_serialize_string_string | Alfredo Cardigliano | 2020-02-26 | |
| | ||||
* | Merge pull request #849 from annp1987/fix_ndpi_flow2json_segfault | Luca Deri | 2020-02-26 | |
|\ | | | | | ndpi_flow2json should check http.url before serializer | |||
| * | ndpi_flow2json should check http.url before serializer | Nguyen Phuong An | 2020-02-26 | |
| | | | | | | | | This patch will fix issue: https://github.com/ntop/PF_RING/issues/557 | |||
* | | Merge pull request #848 from aouinizied/dev | Luca Deri | 2020-02-26 | |
|\ \ | |/ |/| | nDPI 3.2 support in python cffi bindings | |||
| * | Update Python cffi bindings. | Zied Aouini | 2020-02-21 | |
| | | ||||
| * | Remove trailing alignment directives. | Zied Aouini | 2020-02-21 | |
| | | ||||
| * | Fix docstrings. | Zied Aouini | 2020-02-21 | |
| | | ||||
| * | Add ndpi_flow_tcp_struct and ndpi_flow_udp_struct api calls. | Zied Aouini | 2020-02-21 | |
| | | ||||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-02-23 | |
|\| | ||||
| * | Moved to 3.3 | Alfredo Cardigliano | 2020-02-20 | |
| | | ||||
* | | Fixed swapped protocol | Luca Deri | 2020-02-23 | |
|/ | ||||
* | Fixes #837 | Luca Deri | 2020-02-19 | |
| | ||||
* | Fixes #842 | Luca Deri | 2020-02-19 | |
| | ||||
* | Fixes #845 | Luca Deri | 2020-02-19 | |
| | ||||
* | Merge pull request #846 from catenacyber/fuzzofix | Luca Deri | 2020-02-19 | |
|\ | | | | | Fix various buffer over reads | |||
| * | Fix kerberos leak | Philippe Antoine | 2020-02-18 | |
| | | ||||
| * | Fix various buffer over reads | Philippe Antoine | 2020-02-18 | |
| | | ||||
* | | Fix for disabling guess when not requested | Luca Deri | 2020-02-19 | |
| | | ||||
* | | nDPI 3.2 changelog | Alfredo Cardigliano | 2020-02-19 | |
|/ | ||||
* | Minor fix | Luca Deri | 2020-02-17 | |
| | ||||
* | Added protocol range check | Luca Deri | 2020-02-17 | |
| | ||||
* | Fixed TLS client SNI dissection | Luca Deri | 2020-02-17 | |
| | ||||
* | Temporarely disabled x390 s390x as we have no way to debug the code on such ↵ | Luca Deri | 2020-02-15 | |
| | | | | platforms | |||
* | Merge pull request #844 from catenacyber/fuzz2fix | Luca Deri | 2020-02-15 | |
|\ | | | | | Fuzz2fix | |||
| * | Checks length for next ip header | Philippe Antoine | 2020-02-14 | |
| | | ||||
| * | Checks l4 size against l3 size | Philippe Antoine | 2020-02-14 | |
| | | ||||
* | | Add ndpi_serialize_string_raw to add raw json values | Alfredo Cardigliano | 2020-02-14 | |
|/ | ||||
* | 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 | |
| | |