mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
update to execute raw.
support reading from commands by adppending | to the filename. support streaming reads from command. Fix something to make rearead work better. (magically happened)
This commit is contained in:
parent
88e0cea598
commit
08e1771682
12 changed files with 1364 additions and 360 deletions
|
@ -186,7 +186,6 @@ enum Mode %{
|
|||
MANUAL = 0,
|
||||
REREAD = 1,
|
||||
STREAM = 2,
|
||||
EXECUTE = 3,
|
||||
%}
|
||||
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue