zeek/src/analyzer
Arne Welzel bc8fd5a4c6 Introduce generic analyzer_confirmation_info and analyzer_violation_info
Introduce two new events for analyzer confirmation and analyzer violation
reporting. The current analyzer_confirmation and analyzer_violation
events assume connection objects and analyzer ids are available which
is not always the case. We're already passing aid=0 for packet analyzers
and there's not currently a way to report violations from file analyzers
using analyzer_violation, for example.

These new events use an extensible Info record approach so that additional
(optional) information can be added later without changing the signature.
It would allow for per analyzer extensions to the info records to pass
analyzer specific info to script land. It's not clear that this would be
a good idea, however.

The previous analyzer_confirmation and analyzer_violation events
continue to exist, but are deprecated and will be removed with Zeek 6.1.
2022-09-27 17:49:51 +02:00
..
protocol smb: Unify transaction_data_to_val() usage 2022-09-19 12:41:28 -07:00
analyzer.bif Add Component::GetCanonicalNameVal to avoid extra StringVal allocations 2022-05-10 14:17:23 -07:00
Analyzer.cc Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
Analyzer.h Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
CMakeLists.txt Unify all of the Tag types into one type 2021-11-23 19:36:49 -07:00
Component.cc Unify plugin::Component and plugin::TaggedComponent into a single class 2021-11-23 19:36:49 -07:00
Component.h updated Bro->Zeek in comments in the source tree 2022-01-24 14:26:20 -08:00
Manager.cc Add VXLAN packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
Manager.h Remove unnecssary includes of Dict.h 2022-07-05 13:33:34 -07:00