Interface for the raw input reader.
Namespace: | InputRaw |
---|---|
Source File: | /scripts/base/frameworks/input/readers/raw.bro |
InputRaw::record_separator: string &redef | Separator between input records. |
InputRaw::process_finished: event | Event that is called when a process created by the raw reader exits. |
Type: | event (name: string, source: string, exit_code: count, signal_exit: bool) |
---|
Event that is called when a process created by the raw reader exits.
Name: | name of the input stream. |
---|---|
Source: | source of the input stream. |
Exit_code: | exit code of the program, or number of the signal that forced the program to exit. |
Signal_exit: | false when program exited normally, true when program was forced to exit by a signal. |