zeek/src/plugin
Robin Sommer 5d0c61e68b
Add component API to transparently remap one component to another one.
When a specific component is requested through its tag or name, one
can now have the component manager transparently return a different
one that has been registered to replace the original one. We limit
this to disabled components to avoid unnecessary confusion. That also
means that remappings are currently only supported for analyzers
(because other types of components cannot be disabled for now, per the
previous change).
2024-05-06 09:45:11 +02:00
..
Component.cc Move enabled/disabled functionality from analyzers into Component base class API. 2024-05-06 09:45:11 +02:00
Component.h Move enabled/disabled functionality from analyzers into Component base class API. 2024-05-06 09:45:11 +02:00
ComponentManager.h Add component API to transparently remap one component to another one. 2024-05-06 09:45:11 +02:00
Manager.cc Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
Manager.h Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
Plugin.cc Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
Plugin.h Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00