Interface for the ascii input reader.
The defaults are set to match Bro’s ASCII output.
Namespace: | InputAscii |
---|---|
Source File: | /scripts/base/frameworks/input/readers/ascii.bro |
InputAscii::empty_field: string &redef | String to use for empty fields. |
InputAscii::separator: string &redef | Separator between fields. |
InputAscii::set_separator: string &redef | Separator between set elements. |
InputAscii::unset_field: string &redef | String to use for an unset &optional field. |
Type : | string |
---|---|
Attributes : | &redef |
Default : | "(empty)" |
String to use for empty fields.
Type : | string |
---|---|
Attributes : | &redef |
Default : | "\x09" |
Separator between fields. Please note that the separator has to be exactly one character long.