mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Updating plugin docs.
The remaining components are now supported as well.
This commit is contained in:
parent
bd87d7d3c6
commit
1555eb65d4
3 changed files with 18 additions and 8 deletions
|
@ -17,11 +17,11 @@ functionality to Bro:
|
|||
|
||||
- File analyzers.
|
||||
|
||||
- Packet sources and packet dumpers. TODO: Not yet.
|
||||
- Packet sources and packet dumpers.
|
||||
|
||||
- Logging framework backends. TODO: Not yet.
|
||||
- Logging framework backends.
|
||||
|
||||
- Input framework readers. TODO: Not yet.
|
||||
- Input framework readers.
|
||||
|
||||
A plugin's functionality is available to the user just as if Bro had
|
||||
the corresponding code built-in. Indeed, internally many of Bro's
|
||||
|
@ -315,22 +315,22 @@ TODO.
|
|||
Logging Writer
|
||||
--------------
|
||||
|
||||
Not yet available as plugins.
|
||||
TODO.
|
||||
|
||||
Input Reader
|
||||
------------
|
||||
|
||||
Not yet available as plugins.
|
||||
TODO.
|
||||
|
||||
Packet Sources
|
||||
--------------
|
||||
|
||||
Not yet available as plugins.
|
||||
TODO.
|
||||
|
||||
Packet Dumpers
|
||||
--------------
|
||||
|
||||
Not yet available as plugins.
|
||||
TODO.
|
||||
|
||||
Hooks
|
||||
=====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue