Updating plugin docs.

The remaining components are now supported as well.
This commit is contained in:
Robin Sommer 2014-10-02 16:39:17 -07:00
parent bd87d7d3c6
commit 1555eb65d4
3 changed files with 18 additions and 8 deletions

View file

@ -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
=====