]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3957: inspector: export get_service_inspector_by_service method
authorKaushal Bhandankar (kbhandan) <kbhandan@cisco.com>
Thu, 17 Aug 2023 09:10:39 +0000 (09:10 +0000)
committerKaushal Bhandankar (kbhandan) <kbhandan@cisco.com>
Thu, 17 Aug 2023 09:10:39 +0000 (09:10 +0000)
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

src/managers/inspector_manager.h

index a13ab027afcc0a21a5203865ab157d1bc3aaaa67..ddece85d5ba110b28ce563eb31a6a741e52f943e 100644 (file)
@@ -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();