mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

* send end_of_data event for all kind of streams * send process_finished event containing exit code of child process for executed programs * move raw-tests to separate directory * expose name of input stream to readers * better handling of some error cases in raw reader * new force_kill option for raw reader which SIGKILLs progesses on exit The ordering of events how they arrive in the main loop is a bit peculiar at the moment. The process_finished event arrives in scriptland before all of the other events, even though it should be sent last. I have not yet fully figured that out.
27 lines
356 B
Text
27 lines
356 B
Text
Process finished event
|
|
input
|
|
1
|
|
Input::EVENT_NEW
|
|
..:
|
|
F
|
|
Input::EVENT_NEW
|
|
bro
|
|
F
|
|
Input::EVENT_NEW
|
|
out
|
|
F
|
|
Input::EVENT_NEW
|
|
stderr.bro
|
|
F
|
|
Input::EVENT_NEW
|
|
ls: ../nonexistant: No such file or directory
|
|
T
|
|
Input::EVENT_NEW
|
|
ls: ../nonexistant2: No such file or directory
|
|
T
|
|
Input::EVENT_NEW
|
|
ls: ../nonexistant3: No such file or directory
|
|
T
|
|
done
|
|
End of Data event
|
|
input
|