mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38: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
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "gssapi_pac.h"
|
||||
|
||||
namespace analyzer { namespace gssapi {
|
||||
namespace zeek::analyzer::gssapi {
|
||||
|
||||
class GSSAPI_Analyzer final : public zeek::analyzer::tcp::TCP_ApplicationAnalyzer {
|
||||
|
||||
|
@ -31,4 +31,10 @@ protected:
|
|||
binpac::GSSAPI::GSSAPI_Conn* interp;
|
||||
};
|
||||
|
||||
} } // namespace analyzer::*
|
||||
} // namespace zeek::analyzer::gssapi
|
||||
|
||||
namespace analyzer::gssapi {
|
||||
|
||||
using GSSAPI_Analyzer [[deprecated("Remove in v4.1. Use zeek::analyzer::gssapi::GSSAPI_Analyzer.")]] = zeek::analyzer::gssapi::GSSAPI_Analyzer;
|
||||
|
||||
} // namespace analyzer::gssapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue