mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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 "mysql_pac.h"
|
||||
|
||||
namespace analyzer { namespace MySQL {
|
||||
namespace zeek::analyzer::mysql {
|
||||
|
||||
class MySQL_Analyzer final : public zeek::analyzer::tcp::TCP_ApplicationAnalyzer {
|
||||
|
||||
|
@ -32,4 +32,10 @@ protected:
|
|||
bool had_gap;
|
||||
};
|
||||
|
||||
} } // namespace analyzer::*
|
||||
} // namespace zeek::analyzer::mysql
|
||||
|
||||
namespace analyzer::MySQL {
|
||||
|
||||
using MySQL_Analyzer [[deprecated("Remove in v4.1. Use zeek::analyzer::mysql::MySQL_Analyzer.")]] = zeek::analyzer::mysql::MySQL_Analyzer;
|
||||
|
||||
} // namespace analyzer::MySQL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue