Merge in SNORT/snort3 from ~OSTEPANO/snort3:user_data_map_type_fix to master
Squashed commit of the following:
commit
c43642c5064a7dd9d19218666822c55d31b18160
Author: Oleksandr Stepanov <ostepano@cisco.com>
Date: Wed Sep 24 07:06:45 2025 -0400
appid: standardize variable types in user data map unit test
#include <CppUTest/CommandLineTestRunner.h>
#include <CppUTest/TestHarness.h>
-static uint appid_log_call_count = 0;
+static unsigned int appid_log_call_count = 0;
void appid_log(const snort::Packet*, unsigned char, char const*, ...) { appid_log_call_count++; }
SThreadType test_thread_type = SThreadType::STHREAD_TYPE_MAIN;