Home
last modified time | relevance | path

Searched refs:file_capture_enabled (Results 1 – 11 of 11) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/file_api/
H A Dfile_service.cc46 bool FileService::file_capture_enabled = false; member in FileService
81 if (file_capture_enabled) in post_init()
99 if (file_capture_enabled) in verify_reload()
136 file_capture_enabled = true; in enable_file_capture()
H A Dfile_service.h60 static bool is_file_capture_enabled() { return file_capture_enabled; } in is_file_capture_enabled()
71 static bool file_capture_enabled; variable
H A Dfile_lib.cc124 file_capture_enabled = other.file_capture_enabled; in copy()
260 file_capture_enabled = enabled; in config_file_capture()
265 return file_capture_enabled; in is_file_capture_enabled()
H A Dfile_lib.h109 bool file_capture_enabled = false; variable
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/file/
H A Dfile_inspect_config.c266 config->file_capture_enabled ? "ENABLED":"DISABLED (Default)"); in DisplayFileConfig()
267 if (config->file_capture_enabled) in DisplayFileConfig()
374 config->file_capture_enabled = true; in file_config_parse()
379 config->file_capture_enabled = true; in file_config_parse()
414 config->file_capture_enabled = true; in file_config_parse()
498 ||(conf1->file_capture_enabled != conf2->file_capture_enabled) in file_config_compare()
H A Dfile_agent.c63 static bool file_capture_enabled = false; variable
259 if (conf->file_capture_enabled) in file_agent_init()
262 file_capture_enabled = true; in file_agent_init()
629 if (file_signature_enabled || file_capture_enabled) in file_agent_type_callback()
696 if (!file_capture_enabled) in file_agent_signature_callback()
H A Dfile_inspect_config.h54 bool file_capture_enabled; member
/dports/security/snort/snort-2.9.18/src/file-process/
H A Dfile_service.c217 if(cur_config.file_capture_enabled != new_config.file_capture_enabled) in printFileServiceChanges()
218 …printf("File service Install: file_capture %s\n",new_config.file_capture_enabled ? "enabled":"disa… in printFileServiceChanges()
395 context->file_capture_enabled = cur_config.file_capture_enabled; in init_file_context()
421 context->file_capture_enabled = false; in init_file_context()
870 bool file_capture_enabled = false; in process_file_context() local
876 file_capture_enabled = context->file_capture_enabled; in process_file_context()
991 if (context->file_capture_enabled && in process_file_context()
1016 context->file_capture_enabled = file_capture_enabled; in process_file_context()
1202 new_config.file_capture_enabled = true; in enable_file_capture()
H A Dfile_capture.c216 context->file_capture_enabled = false; in file_capture_stop()
469 if (!context || !context->file_capture_enabled) in file_capture_reserve()
505 if(!fileInfo && context->file_capture_enabled) in file_capture_reserve()
553 context->file_capture_enabled = false; in file_capture_reserve()
H A Dfile_service.h42 bool file_capture_enabled; member
/dports/security/snort/snort-2.9.18/src/file-process/libs/
H A Dfile_lib.h85 bool file_capture_enabled; member