policy/misc/dump-events.bro

DumpEvents

This script dumps the events that Bro raises out to standard output in a readable form. This is for debugging only and allows to understand events and their parameters as Bro processes input. Note that it will show only events for which a handler is defined.

Namespace:DumpEvents
Source File:/scripts/policy/misc/dump-events.bro

Summary

Options

DumpEvents::include: pattern &redef Only include events matching the given pattern into output.
DumpEvents::include_args: bool &redef If true, include event arguments in output.

Detailed Interface

Options

DumpEvents::include
Type:pattern
Attributes:&redef
Default:
/^?(.*)$?/

Only include events matching the given pattern into output. By default, the pattern matches all events.

DumpEvents::include_args
Type:bool
Attributes:&redef
Default:T

If true, include event arguments in output.


Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.