mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
raw input reader for seth, which can simply read a file into string-events given a line separator.
This commit is contained in:
parent
531189b5fd
commit
7e5f733826
11 changed files with 363 additions and 2 deletions
|
@ -173,6 +173,7 @@ module Input;
|
|||
enum Reader %{
|
||||
READER_DEFAULT,
|
||||
READER_ASCII,
|
||||
READER_RAW,
|
||||
%}
|
||||
|
||||
enum Event %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue