aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added check for pkg-config presenceLuca Deri2020-04-19
|
* CiscoVPN dissection improvementsLuca Deri2020-04-17
|
* Results updateLuca Deri2020-04-17
|
* Merge pull request #876 from a-czyrny/devLuca Deri2020-04-17
|\ | | | | additional csv semicolon fix
| * additional csv semicolon fixAlexander Czyrny2020-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 TeamsLuca Deri2020-04-16
|/
* Fixed invalid checkLuca Deri2020-04-15
|
* Merge pull request #874 from catenacyber/fuzz6fixLuca Deri2020-04-15
|\ | | | | Fuzz6fix
| * Adds netbios bound checkPhilippe Antoine2020-04-15
| |
| * TLS initializes version_strPhilippe Antoine2020-04-15
| |
| * Adds tls check before reading memoryPhilippe Antoine2020-04-15
| |
| * Use ndpi_handle_ipv6_extension_headers in reader_utilPhilippe Antoine2020-04-15
| |
| * Adds bound check for IRCPhilippe Antoine2020-04-15
| |
| * Adds bound check for TZSPPhilippe Antoine2020-04-15
| |
| * Fix integer overflow in quicPhilippe Antoine2020-04-15
| |
| * Adds bound check in TLSPhilippe Antoine2020-04-15
| |
| * Fixes OOB reads in postgresPhilippe Antoine2020-04-15
| | | | | | | | Reported by GHSL
* | Merge pull request #873 from a-czyrny/a-czyrny-ndpireader-csv-patchLuca Deri2020-04-15
|\ \ | |/ |/| Fix for missing line breaks in CSV file
| * Fix for missing line breaks in CSV fileAlexander Czyrny2020-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() prototypeLuca Deri2020-04-15
|
* Invalid function definition fixLuca Deri2020-04-13
|
* Merge pull request #866 from anticomputer/packet_payload_integer_qlLuca Deri2020-04-15
|\ | | | | ql query to identify suspicious use of network sourced integers
| * ql query to identify suspicious use of network sourced integersBas Alberts2020-04-02
| |
* | Merge pull request #872 from aouinizied/devLuca Deri2020-04-15
|\ \ | | | | | | Update python example.
| * | Fix flow_printer example.Zied Aouini2020-04-15
| | |
* | | Merge pull request #869 from disconnect3d/patch-2Luca Deri2020-04-15
|\ \ \ | | | | | | | | Fix incorrect "<iq from=\"' parsing
| * | | Fix incorrect "<iq from=\"' parsingDisconnect3d2020-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-1Luca Deri2020-04-15
|\ \ \ | | | | | | | | Fix off by one when checking for "GET / HTTP" string
| * | | Fix off by one when checking for "GET / HTTP" stringDisconnect3d2020-04-13
| |/ /
* | | Merge pull request #867 from IvanNardi/memory-leaksLuca Deri2020-04-15
|\ \ \ | |/ / |/| | Memory leaks
| * | ndpiReader: fix memory leak in idle sessions purgingNardi Ivan2020-04-08
| | |
| * | Fix some debug messagesNardi Ivan2020-04-08
| | |
| * | kerberos: fix heap-overflow errorNardi Ivan2020-04-08
| | |
| * | s7comm: fix heap-overflow errorNardi Ivan2020-04-08
| | |
| * | Fix an harmless memory leakNardi Ivan2020-04-08
| | | | | | | | | | | | Leak introduced in 90e08b35, while fixing #845
* | | Added ndpi_serialize_raw_record() API callLuca Deri2020-04-10
|/ /
* | Fixes #853 and adds a self check for duplicatesLuca Deri2020-04-07
| |
* | Minor refreshLuca Deri2020-04-07
| |
* | Merge pull request #865 from catenacyber/ghsl-2020-05xLuca Deri2020-04-05
|\ \ | | | | | | Ghsl 2020 05x
| * | ssh: fixing unsigned overflow leading to heap overflowPhilippe Antoine2020-04-02
| | | | | | | | | | | | cf GHSL-2020-051
| * | ssh: adds systematic bounds checks in concat_hash_stringPhilippe Antoine2020-04-02
| |/ | | | | | | cf GHSL-2020-052
* / Fix for string serialization with initial empty stringLuca Deri2020-04-03
|/
* Merge pull request #863 from IvanNardi/memory-errorsLuca Deri2020-03-31
|\ | | | | Memory errors
| * openvpn: fix heap-overflow errorNardi Ivan2020-03-27
| |
| * telnet: fix another heap-overflow errorNardi Ivan2020-03-27
| |
| * telnet: fix heap-overflow errorNardi Ivan2020-03-27
| | | | | | | | | | There is some boilerplate since I removed an if branch and I had to reindent the code
| * kerberos: fix use-after-free errorNardi Ivan2020-03-27
| | | | | | | | | | After leaving kerberos code, the original packet may be processed from other dissector (i.e. TLS)
| * tls: fix heap-overflow errorNardi Ivan2020-03-27
| |
| * ssh: fix heap-overflow errorNardi Ivan2020-03-27
| |
| * quic: fix heap-overflow errorNardi Ivan2020-03-27
| |