Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Fix an harmless memory leak | Nardi Ivan | 2020-04-08 | |
| | | | | | | | | Leak introduced in 90e08b35, while fixing #845 | |||
* | | Added ndpi_serialize_raw_record() API call | Luca Deri | 2020-04-10 | |
|/ | ||||
* | Fixes #853 and adds a self check for duplicates | Luca Deri | 2020-04-07 | |
| | ||||
* | Merge pull request #865 from catenacyber/ghsl-2020-05x | Luca Deri | 2020-04-05 | |
|\ | | | | | Ghsl 2020 05x | |||
| * | ssh: fixing unsigned overflow leading to heap overflow | Philippe Antoine | 2020-04-02 | |
| | | | | | | | | cf GHSL-2020-051 | |||
| * | ssh: adds systematic bounds checks in concat_hash_string | Philippe Antoine | 2020-04-02 | |
| | | | | | | | | cf GHSL-2020-052 | |||
* | | Fix for string serialization with initial empty string | Luca Deri | 2020-04-03 | |
|/ | ||||
* | openvpn: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | telnet: fix another heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | telnet: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | | | | | There is some boilerplate since I removed an if branch and I had to reindent the code | |||
* | kerberos: fix use-after-free error | Nardi Ivan | 2020-03-27 | |
| | | | | | After leaving kerberos code, the original packet may be processed from other dissector (i.e. TLS) | |||
* | tls: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | ssh: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | quic: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | h323: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | soulseek: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | ciscovpn: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | Compilation fix | Luca Deri | 2020-03-27 | |
| | ||||
* | Merge pull request #861 from havup/dev | Luca Deri | 2020-03-27 | |
|\ | | | | | pull request with s7comm | |||
| * | Update s7comm.c | havup | 2020-03-27 | |
| | | ||||
| * | Update s7comm.c | havup | 2020-03-27 | |
| | | ||||
| * | Update s7comm.c | havup | 2020-03-27 | |
| | | ||||
| * | Update s7comm.c | havup | 2020-03-27 | |
| | | ||||
| * | Update s7comm.c | havup | 2020-03-26 | |
| | | ||||
| * | Add files via upload | havup | 2020-03-25 | |
| | | ||||
| * | Update ndpi_main.c | havup | 2020-03-25 | |
| | | ||||
| * | Update ndpi_main.c | havup | 2020-03-25 | |
| | | ||||
| * | Update ndpi_protocols.h | havup | 2020-03-25 | |
| | | ||||
| * | Update ndpi_protocol_ids.h | havup | 2020-03-25 | |
| | | ||||
* | | Fix ndpi_get_api_version version truncation | emanuele-f | 2020-03-25 | |
| | | ||||
* | | NDPI_API_VERSION is now computed automatically | Luca Deri | 2020-03-25 | |
|/ | ||||
* | Fixed invalid allocation | Luca Deri | 2020-03-24 | |
| | ||||
* | Merge pull request #859 from catenacyber/fuzzudpfix | Luca Deri | 2020-03-20 | |
|\ | | | | | Checks enough data for UDP header | |||
| * | tls_supported_versions only if version_str is initialized | Philippe Antoine | 2020-03-19 | |
| | | | | | | | | With version_len == (extension_len-1) | |||
| * | Fix use of uninitialized value in TLS | Philippe Antoine | 2020-03-19 | |
| | | ||||
| * | Adds different checks against overflows | Philippe Antoine | 2020-03-19 | |
| | | ||||
* | | Fixed loop in serialization | Luca Deri | 2020-03-20 | |
|/ | ||||
* | Update for QUIC 046 | Luca Deri | 2020-03-17 | |
| | ||||
* | 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. | |||
* | 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 | |
| |