Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | 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 | |
| |/ / | ||||
* | | | Merge pull request #867 from IvanNardi/memory-leaks | Luca Deri | 2020-04-15 | |
|\ \ \ | |/ / |/| | | Memory leaks | |||
| * | | ndpiReader: fix memory leak in idle sessions purging | Nardi Ivan | 2020-04-08 | |
| | | | ||||
| * | | Fix some debug messages | Nardi Ivan | 2020-04-08 | |
| | | | ||||
| * | | kerberos: fix heap-overflow error | Nardi Ivan | 2020-04-08 | |
| | | | ||||
| * | | s7comm: fix heap-overflow error | Nardi Ivan | 2020-04-08 | |
| | | | ||||
| * | | 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 | |
| | | ||||
* | | Minor refresh | 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 | |
|/ | ||||
* | Merge pull request #863 from IvanNardi/memory-errors | Luca Deri | 2020-03-31 | |
|\ | | | | | Memory errors | |||
| * | 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 | |
|/ | ||||
* | Added s7comm test pcap | Luca Deri | 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 tls_long_cert.pcap.out | 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 | |
| | |