mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
If a field value contains the separator, that is now escape with hex
characters.
This commit is contained in:
parent
c6d20dbfdf
commit
cb9e0a5d5a
6 changed files with 96 additions and 4 deletions
|
@ -32,6 +32,7 @@ private:
|
|||
bool output_to_stdout;
|
||||
bool include_header;
|
||||
char* separator;
|
||||
int separator_len;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue