Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | Fix "division by zero" runtime error | Nardi Ivan | 2020-04-23 | |
| | | | | ||||
| * | | | Add basic support for some ip-in-ip tunnels | Nardi Ivan | 2020-04-23 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | Add support for 4in4, 6in6 and 4in6 encapsulations Add support for ipv6 traffic in gtp tunnels, too To allow gtp unit test, gtp detunneling flag has been globally enabled in the test suite | |||
* | / | Handle empty blocks | Alfredo Cardigliano | 2020-04-27 | |
| |/ |/| | ||||
* | | Enable IEC 60870-5-104 dissector | Alfredo Cardigliano | 2020-04-24 | |
|/ | ||||
* | Warning fix | Luca Deri | 2020-04-22 | |
| | ||||
* | Merge pull request #881 from leonn/bug_protocol_was_guessed | Luca Deri | 2020-04-22 | |
|\ | | | | | Bug protocol was guessed | |||
| * | :bug: use protocol_was_guessed in ndpi_detection_giveup | Leonn Paiva | 2020-04-22 | |
| | | ||||
| * | :cool: code ident & style | Leonn Paiva | 2020-04-22 | |
| | | ||||
* | | Fix for nDPI code not downlooaded from git | Luca Deri | 2020-04-22 | |
| | | ||||
* | | Updated results | Luca Deri | 2020-04-21 | |
| | | ||||
* | | Merge pull request #879 from IvanNardi/warnings | Luca Deri | 2020-04-21 | |
|\ \ | | | | | | | Fix some compilation warnings | |||
| * | | Fix some compilation warnings | Nardi Ivan | 2020-04-20 | |
| | | | ||||
* | | | Merge pull request #880 from catenacyber/fuzz8fix | Luca Deri | 2020-04-21 | |
|\ \ \ | |/ / |/| | | Gets right protocol after IPv6 header | |||
| * | | Gets right protocol after IPv6 header | Philippe Antoine | 2020-04-21 | |
|/ / | ||||
* | | Office365 renamed to Microsoft365 (by Microsoft) | Luca Deri | 2020-04-20 | |
| | | ||||
* | | Updated node list (fixes #766) | Luca Deri | 2020-04-20 | |
| | | ||||
* | | Compilation fixes | Luca Deri | 2020-04-20 | |
| | | ||||
* | | Merge pull request #877 from catenacyber/fuzz7fix | Luca Deri | 2020-04-20 | |
|\ \ | | | | | | | Adds bound check before calling ndpi_handle_ipv6_extension_headers | |||
| * | | Seeting right flow protocol after IP6 extensions | Philippe Antoine | 2020-04-18 | |
| | | | | | | | | | | | | Finally fixing https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20727 | |||
| * | | Adds CIFuzz to check PRs | Philippe Antoine | 2020-04-18 | |
| | | | | | | | | | | | | cf https://google.github.io/oss-fuzz/getting-started/continuous-integration/ | |||
| * | | Adds bound check before calling ndpi_handle_ipv6_extension_headers | Philippe Antoine | 2020-04-17 | |
| | | | ||||
* | | | Added check for pkg-config presence | Luca Deri | 2020-04-19 | |
|/ / | ||||
* | | CiscoVPN dissection improvements | Luca Deri | 2020-04-17 | |
| | | ||||
* | | Results update | Luca Deri | 2020-04-17 | |
| | | ||||
* | | Merge pull request #876 from a-czyrny/dev | Luca Deri | 2020-04-17 | |
|\ \ | |/ |/| | additional csv semicolon fix | |||
| * | additional csv semicolon fix | Alexander Czyrny | 2020-04-16 | |
| | | | | | | | | Created function correct_csv_data_field to pevent duplicated code. Additionally used for _flow->ndpi_flow->protos.stun_ssl.ssl.alpn_ and _flow->ndpi_flow->protos.stun_ssl.ssl.tls_supported_versions_ to guarantee a valid csv output (commas replaced by semicolon) . | |||
* | | Added detection of Microsoft Teams | Luca Deri | 2020-04-16 | |
|/ | ||||
* | Fixed invalid check | Luca Deri | 2020-04-15 | |
| | ||||
* | Merge pull request #874 from catenacyber/fuzz6fix | Luca Deri | 2020-04-15 | |
|\ | | | | | Fuzz6fix | |||
| * | Adds netbios bound check | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | TLS initializes version_str | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | Adds tls check before reading memory | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | Use ndpi_handle_ipv6_extension_headers in reader_util | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | Adds bound check for IRC | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | Adds bound check for TZSP | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | Fix integer overflow in quic | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | Adds bound check in TLS | Philippe Antoine | 2020-04-15 | |
| | | ||||
| * | Fixes OOB reads in postgres | Philippe Antoine | 2020-04-15 | |
| | | | | | | | | Reported by GHSL | |||
* | | Merge pull request #873 from a-czyrny/a-czyrny-ndpireader-csv-patch | Luca Deri | 2020-04-15 | |
|\ \ | |/ |/| | Fix for missing line breaks in CSV file | |||
| * | Fix for missing line breaks in CSV file | Alexander Czyrny | 2020-04-15 | |
|/ | | | If "-v" is used as an argument, the line breaks are missing in the csv file ("-C"), because the argument "-J" is assumed. Moving the condition for the CSV file handler out of the scope of the "enable_joy_stats" condition removes this dependency and the CSV file is formatted correctly. | |||
* | Restored ndpi_get_api_version() prototype | Luca Deri | 2020-04-15 | |
| | ||||
* | Invalid function definition fix | Luca Deri | 2020-04-13 | |
| | ||||
* | Merge pull request #866 from anticomputer/packet_payload_integer_ql | Luca Deri | 2020-04-15 | |
|\ | | | | | ql query to identify suspicious use of network sourced integers | |||
| * | ql query to identify suspicious use of network sourced integers | Bas Alberts | 2020-04-02 | |
| | | ||||
* | | Merge pull request #872 from aouinizied/dev | Luca Deri | 2020-04-15 | |
|\ \ | | | | | | | Update python example. | |||
| * | | Fix flow_printer example. | Zied Aouini | 2020-04-15 | |
| | | | ||||
* | | | Merge pull request #869 from disconnect3d/patch-2 | Luca Deri | 2020-04-15 | |
|\ \ \ | | | | | | | | | Fix incorrect "<iq from=\"' parsing | |||
| * | | | Fix incorrect "<iq from=\"' parsing | Disconnect3d | 2020-04-13 | |
| |/ / | | | | | | | This PR fixes a wrong size arg passed to memcmp when checking for "<iq from=\"" and "<iq from \'" strings. | |||
* | | | Merge pull request #868 from disconnect3d/patch-1 | Luca Deri | 2020-04-15 | |
|\ \ \ | | | | | | | | | Fix off by one when checking for "GET / HTTP" string | |||
| * | | | Fix off by one when checking for "GET / HTTP" string | Disconnect3d | 2020-04-13 | |
| |/ / |