mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
make reading ascii logfiles work when the input separator is different from \t.
(Wrong escape character was used for reading header fields).
This commit is contained in:
parent
f2e60a76a8
commit
336990e234
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ event line(description: Input::EventDescription, tpe: Input::Event, i: int, b: b
|
|||
event bro_init()
|
||||
{
|
||||
try = 0;
|
||||
outfile = open("../out");
|
||||
outfile = open("../out");
|
||||
Input::add_event([$source="../input.log", $name="input", $fields=Val, $ev=line]);
|
||||
Input::remove("input");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue