mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Converting log writers and input readers to plugins.
This commit is contained in:
parent
6d9e261384
commit
f4cbcb9b03
109 changed files with 1177 additions and 495 deletions
|
@ -45,10 +45,6 @@ namespace analyzer {
|
|||
* sets up their initial analyzer tree, including adding the right \c PIA,
|
||||
* respecting well-known ports, and tracking any analyzers specifically
|
||||
* scheduled for individidual connections.
|
||||
*
|
||||
* Note that we keep the public interface of this class free of std::*
|
||||
* classes. This allows to external analyzer code to potentially use a
|
||||
* different C++ standard library.
|
||||
*/
|
||||
class Manager : public plugin::ComponentManager<Tag, Component> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue