Merge in SNORT/snort3 from ~BHRYNIV/snort3:fix_eve_process_matching to master
Squashed commit of the following:
commit
20f93fcd90c115c5783b76d0c4f1d6dc62a5efbd
Author: Bohdan Hryniv <bhryniv@cisco>
Date: Mon Nov 24 11:14:30 2025 -0500
appid: fix client process regex mapping logic
snort_free(version);
}
- else if (!name.empty() and is_client_process_flag)
+
+ if ((client_id == APP_ID_NONE) and !name.empty() and is_client_process_flag)
{
client_id = odp_ctxt.get_eve_ca_matchers().match_eve_ca_pattern(name, conf);