Merge in SNORT/snort3 from ~KBHANDAN/snort3:quic_alpn to master
Squashed commit of the following:
commit
c83471159682c4eca861f01b5889f89e331f080a
Author: Kaushal Bhandankar <kbhandan@cisco.com>
Date: Mon Aug 14 23:33:28 2023 +0530
inspector: export get_service_inspector_by_service method
// This cannot be called in or before the inspector configure phase for a new snort config during reload
SO_PUBLIC static Inspector* get_inspector(const char* key, Module::Usage, InspectorType);
- static Inspector* get_service_inspector_by_service(const char*);
+ SO_PUBLIC static Inspector* get_service_inspector_by_service(const char*);
static Inspector* get_service_inspector_by_id(const SnortProtocolId);
SO_PUBLIC static Binder* get_binder();