mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue