From: Kaushal Bhandankar (kbhandan) Date: Thu, 17 Aug 2023 09:10:39 +0000 (+0000) Subject: Pull request #3957: inspector: export get_service_inspector_by_service method X-Git-Tag: 3.1.69.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f57ab330e3c35e50c554bb5c2b700f5ab26bc2;p=thirdparty%2Fsnort3.git Pull request #3957: inspector: export get_service_inspector_by_service method Merge in SNORT/snort3 from ~KBHANDAN/snort3:quic_alpn to master Squashed commit of the following: commit c83471159682c4eca861f01b5889f89e331f080a Author: Kaushal Bhandankar Date: Mon Aug 14 23:33:28 2023 +0530 inspector: export get_service_inspector_by_service method --- diff --git a/src/managers/inspector_manager.h b/src/managers/inspector_manager.h index a13ab027a..ddece85d5 100644 --- a/src/managers/inspector_manager.h +++ b/src/managers/inspector_manager.h @@ -87,7 +87,7 @@ public: // 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();