Merge in SNORT/snort3 from ~AMUTTUVA/snort3:supp_lat to master
Squashed commit of the following:
commit
22ffa72119179a38a4bedf9fc32a72db7f0f321a
Author: Akhilesh MY <amuttuva@cisco.com>
Date: Tue Oct 8 09:02:33 2024 -0400
main: suppress cppcheck issue
overlay_trace_config = tc;
}
+// cppcheck-suppress unusedFunction
bool SnortConfig::set_packet_latency() const
{
if ( latency )
return static_names[name].c_str();
}
+// cppcheck-suppress unusedFunction
int SnortConfig::get_classification_id(const char* name)
{
auto& cls = get_conf()->classifications;