base/frameworks/input/readers/ascii.bro

InputAscii

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

Summary

Options

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.

Detailed Interface

Options

InputAscii::empty_field
Type:string
Attributes:&redef
Default:"(empty)"

String to use for empty fields.

InputAscii::separator
Type:string
Attributes:&redef
Default:"^I"

Separator between fields. Please note that the separator has to be exactly one character long.

InputAscii::set_separator
Type:string
Attributes:&redef
Default:","

Separator between set elements. Please note that the separator has to be exactly one character long.

InputAscii::unset_field
Type:string
Attributes:&redef
Default:"-"

String to use for an unset &optional field.


Previous Page

base/bif/input.bif.bro

Copyright 2013, The Bro Project. Last updated on June 15, 2015. Created using Sphinx 1.2.2.