mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move the remainder of the analyzers to zeek namespaces
This commit is contained in:
parent
914ffcadae
commit
715ca6549b
170 changed files with 1971 additions and 1085 deletions
|
@ -8,7 +8,7 @@ namespace binpac { namespace SSL { class SSL_Conn; } }
|
|||
|
||||
namespace binpac { namespace TLSHandshake { class Handshake_Conn; } }
|
||||
|
||||
namespace analyzer { namespace ssl {
|
||||
namespace zeek::analyzer::ssl {
|
||||
|
||||
class SSL_Analyzer final : public zeek::analyzer::tcp::TCP_ApplicationAnalyzer {
|
||||
public:
|
||||
|
@ -38,4 +38,10 @@ protected:
|
|||
|
||||
};
|
||||
|
||||
} } // namespace analyzer::*
|
||||
} // namespace zeek::analyzer::ssl
|
||||
|
||||
namespace analyzer::ssl {
|
||||
|
||||
using SSL_Analyzer [[deprecated("Remove in v4.1. Use zeek::analyzer::ssl::SSL_Analyzer.")]] = zeek::analyzer::ssl::SSL_Analyzer;
|
||||
|
||||
} // namespace analyzer::ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue