Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fuzz: improvements (#2400) | Ivan Nardi | 2024-04-20 |
| | | | | | Create the zip file with all the traces only once. Add a new fuzzer to test "shoco" compression algorithm | ||
* | Domain Classification Improvements (#2396) | Luca Deri | 2024-04-18 |
| | | | | | | | | | | | | | | | | | | | * Added size_t ndpi_compress_str(const char * in, size_t len, char * out, size_t bufsize); size_t ndpi_decompress_str(const char * in, size_t len, char * out, size_t bufsize); used to compress short strings such as domain names. This code is based on https://github.com/Ed-von-Schleck/shoco * Major code rewrite for ndpi_hash and ndpi_domain_classify * Improvements to make sure custom categories are loaded and enabled * Fixed string encoding * Extended SalesForce/Cloudflare domains list | ||
* | fuzz: improve fuzzing coverage (#2239) | Ivan Nardi | 2024-01-02 |
| | |||
* | fuzz: extend fuzzing coverage | Nardi Ivan | 2023-10-07 |
| | |||
* | fuzz: extend fuzzing coverage | Nardi Ivan | 2023-09-16 |
| | |||
* | fuzz: add fuzzers to test bitmap64 and domain_classify data structures (#2082) | Ivan Nardi | 2023-09-10 |