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

@ -2,7 +2,7 @@
#include "ZIP.h"
using namespace analyzer::zip;
namespace zeek::analyzer::zip {
ZIP_Analyzer::ZIP_Analyzer(zeek::Connection* conn, bool orig, Method arg_method)
: zeek::analyzer::tcp::TCP_SupportAnalyzer("ZIP", conn, orig)
@ -113,3 +113,5 @@ void ZIP_Analyzer::DeliverStream(int len, const u_char* data, bool orig)
}
}
}
} // namespace zeek::analyzer::zip