Merge in SNORT/snort3 from ~OTORUBAR/snort3:improve_logging to master
Squashed commit of the following:
commit
e60995fd30f3b16162f9d4f1a5618f5bca5a8bb7
Author: otorubar <otorubar@cisco.com>
Date: Tue Mar 4 04:48:58 2025 -0800
file_api: add log message for reset ctx
}
if (context->has_to_re_eval() and context->processing_complete and not is_partial)
+ {
+ FILE_DEBUG(file_trace , DEFAULT_TRACE_OPTION_ID, TRACE_CRITICAL_LEVEL, p,
+ "file_process:reset context for re-evaluation \n");
context->reset();
-
+ }
context->set_partial_flag(is_partial);
context->set_weak_file_name((const char*)fname, name_size);
context->set_weak_url((const char*)url, url_size);