mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
set & entry separator configuration (with the restriction that they have to be exactly one character long)
This commit is contained in:
parent
ab68d84007
commit
4fef1e3f8c
4 changed files with 78 additions and 5 deletions
|
@ -57,7 +57,20 @@ private:
|
|||
const LogField* const * fields; // raw mapping
|
||||
|
||||
//map<string, string> *keyMap;
|
||||
|
||||
//
|
||||
// Options set from the script-level.
|
||||
char* separator;
|
||||
int separator_len;
|
||||
|
||||
char* set_separator;
|
||||
int set_separator_len;
|
||||
|
||||
char* empty_field;
|
||||
int empty_field_len;
|
||||
|
||||
char* unset_field;
|
||||
int unset_field_len;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue