mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
The logging systems now supports fields of type set[<atomic_type>].
This commit is contained in:
parent
52c54859b6
commit
c6e3174bc8
7 changed files with 364 additions and 109 deletions
|
@ -24,6 +24,7 @@ protected:
|
|||
|
||||
private:
|
||||
bool IsSpecial(string path) { return path.find("/dev/") == 0; }
|
||||
bool DoWriteOne(ODesc* desc, LogVal* val, const LogField* field);
|
||||
|
||||
FILE* file;
|
||||
string fname;
|
||||
|
@ -35,6 +36,9 @@ private:
|
|||
char* separator;
|
||||
int separator_len;
|
||||
|
||||
char* set_separator;
|
||||
int set_separator_len;
|
||||
|
||||
char* empty_field;
|
||||
int empty_field_len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue