Add support to configure hash-mode specific range of number of hashes supported

This commit is contained in:
Jens Steube
2019-05-19 14:46:05 +02:00
parent c9fba782ed
commit f1632b933e
291 changed files with 706 additions and 85 deletions

View File

@@ -210,6 +210,8 @@ void module_init (module_ctx_t *module_ctx)
module_ctx->module_hash_mode = MODULE_DEFAULT;
module_ctx->module_hash_category = module_hash_category;
module_ctx->module_hash_name = module_hash_name;
module_ctx->module_hashes_count_min = MODULE_DEFAULT;
module_ctx->module_hashes_count_max = MODULE_DEFAULT;
module_ctx->module_hlfmt_disable = MODULE_DEFAULT;
module_ctx->module_hook12 = MODULE_DEFAULT;
module_ctx->module_hook23 = MODULE_DEFAULT;