mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Move input code to zeek namespaces
This commit is contained in:
parent
14408235b8
commit
9a800265ff
31 changed files with 227 additions and 162 deletions
|
@ -22,11 +22,12 @@
|
|||
#include "../file_analysis/Manager.h"
|
||||
#include "../threading/SerialTypes.h"
|
||||
|
||||
using namespace input;
|
||||
using namespace std;
|
||||
using threading::Value;
|
||||
using threading::Field;
|
||||
|
||||
namespace zeek::input {
|
||||
|
||||
/**
|
||||
* InputHashes are used as Dictionaries to store the value and index hashes
|
||||
* for all lines currently stored in a table. Index hash is stored as
|
||||
|
@ -2511,3 +2512,5 @@ void Manager::ErrorHandler(const Stream* i, ErrorType et, bool reporter_send, co
|
|||
|
||||
free(buf);
|
||||
}
|
||||
|
||||
} // namespace zeek::input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue