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.
Detailed Interface
Options
-
DumpEvents::include
-
Only include events matching the given pattern into output. By default, the
pattern matches all events.
-
DumpEvents::include_args
-
If true, include event arguments in output.