mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Move all Val classes to the zeek namespaces
This commit is contained in:
parent
ec9eff0bd5
commit
64332ca22c
265 changed files with 3154 additions and 3086 deletions
|
@ -20,10 +20,10 @@ public:
|
|||
|
||||
bool DeliverStream(const u_char* data, uint64_t len) override;
|
||||
|
||||
static file_analysis::Analyzer* Instantiate(RecordValPtr args, File* file);
|
||||
static file_analysis::Analyzer* Instantiate(zeek::RecordValPtr args, File* file);
|
||||
|
||||
protected:
|
||||
Unified2(RecordValPtr args, File* file);
|
||||
Unified2(zeek::RecordValPtr args, File* file);
|
||||
|
||||
private:
|
||||
binpac::Unified2::Unified2_Analyzer* interp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue