Move the remainder of the analyzers to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-04 10:27:41 -07:00
parent 914ffcadae
commit 715ca6549b
170 changed files with 1971 additions and 1085 deletions

View file

@ -4,7 +4,7 @@
#include "analyzer/protocol/tcp/TCP.h"
#include "analyzer/protocol/tcp/ContentLine.h"
namespace analyzer { namespace irc {
namespace zeek::analyzer::irc {
/**
* \brief Main class for analyzing IRC traffic.
@ -69,4 +69,10 @@ private:
bool starttls; // if true, connection has been upgraded to tls
};
} } // namespace analyzer::*
} // namespace zeek::analyzer::irc
namespace analyzer::irc {
using IRC_Analyzer [[deprecated("Remove in v4.1. Use zeek::analyzer::irc::IRC_Analyzer.")]] = zeek::analyzer::irc::IRC_Analyzer;
} // namespace analyzer::irc