Merge in SNORT/snort3 from ~AKAYAMBU/snort3:fix_ut_debian to master
Squashed commit of the following:
commit
e1fb3d039f898489414f74b2be59f43e36995b5a
Author: Arunkumar Kayambu <akayambu@cisco.com>
Date: Thu Apr 11 12:27:06 2024 -0400
flow: fix unit test for debian
void Active::drop_packet(snort::Packet const*, bool) { }
Analyzer* Analyzer::get_local_analyzer() { return nullptr; }
-void Analyzer::resume(unsigned long) { }
+void Analyzer::resume(uint64_t) { }
void Active::set_drop_reason(char const*) { }
ExpectCache::ExpectCache(uint32_t) { }
ExpectCache::~ExpectCache() = default;