mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
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). |
||
|---|---|---|
| .. | ||
| Component.cc | ||
| Component.h | ||
| ComponentManager.h | ||
| Manager.cc | ||
| Manager.h | ||
| Plugin.cc | ||
| Plugin.h | ||