zeek/src/packet_analysis
Robin Sommer d2e8c5e887
Allow analyzer violations to explicitly set tag.
We could already pass an overriding tag to
`Analyzer::AnalyzerConfirmation()`, but we didn't have that ability
for `AnalyzerViolation`, leading to the two potentially mismatching in
the analyzer they report.
2022-04-12 09:36:14 +02:00
..
protocol updated Bro->Zeek in comments in the source tree 2022-01-24 14:26:20 -08:00
Analyzer.cc Allow analyzer violations to explicitly set tag. 2022-04-12 09:36:14 +02:00
Analyzer.h Allow analyzer violations to explicitly set tag. 2022-04-12 09:36:14 +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 Unify plugin::Component and plugin::TaggedComponent into a single class 2021-11-23 19:36:49 -07:00
Dispatcher.cc Reformat the world 2021-09-16 15:35:39 -07:00
Dispatcher.h Reformat the world 2021-09-16 15:35:39 -07:00
Manager.cc Add concept of "parent" tag namespaces 2021-11-23 19:36:49 -07:00
Manager.h Remove uses of deprecated Tag types 2021-11-23 19:36:49 -07:00
packet_analysis.bif Add method for packet analyzers to register for protocol detection 2021-11-23 19:36:49 -07:00