Documentation ¶
Overview ¶
Prints all incoming flows in a specific flowdump format. Add the protomap segment before this segment to enrich any flow message with human readable protocol names instead of the protocol numbers. This segment currently has no way to configure the output format (TODO).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintFlowdump ¶
type PrintFlowdump struct { segments.BaseSegment UseProtoname bool // optional, default is true Verbose bool // optional, default is false Highlight bool // optional, default is false }
func (PrintFlowdump) New ¶
func (segment PrintFlowdump) New(config map[string]string) segments.Segment
func (*PrintFlowdump) Run ¶
func (segment *PrintFlowdump) Run(wg *sync.WaitGroup)
Click to show internal directories.
Click to hide internal directories.