mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| inc_generated | ||
| protocols | ||
| third_party | ||
| Makefile.in | ||
| ndpi_analyze.c | ||
| ndpi_binary_bitmap.c | ||
| ndpi_bitmap.c | ||
| ndpi_bitmap64_fuse.c | ||
| ndpi_classify.c | ||
| ndpi_community_id.c | ||
| ndpi_content_match.c.inc | ||
| ndpi_dga_match.c.inc | ||
| ndpi_domain_classify.c | ||
| ndpi_domains.c | ||
| ndpi_filter.c | ||
| ndpi_geoip.c | ||
| ndpi_hash.c | ||
| ndpi_main.c | ||
| ndpi_memory.c | ||
| ndpi_serializer.c | ||
| ndpi_utils.c | ||