mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
10
CHANGES
10
CHANGES
|
@ -1,4 +1,14 @@
|
||||||
|
|
||||||
|
2.3-207 | 2014-10-02 16:39:17 -0700
|
||||||
|
|
||||||
|
* Updating plugin docs. (Robin Sommer)
|
||||||
|
|
||||||
|
* Fix packet sources being treated as idle when a packet is
|
||||||
|
available. Addresses BIT-1266. (Jon Siwek)
|
||||||
|
|
||||||
|
* Fix regression causing the main loop to spin more frequently.
|
||||||
|
Addresses BIT-1266. (Jon Siwek)
|
||||||
|
|
||||||
2.3-203 | 2014-09-29 20:06:54 -0700
|
2.3-203 | 2014-09-29 20:06:54 -0700
|
||||||
|
|
||||||
* Fix to use length parameter in DNP3 time conversion correctly now.
|
* Fix to use length parameter in DNP3 time conversion correctly now.
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.3-203
|
2.3-207
|
||||||
|
|
|
@ -17,11 +17,11 @@ functionality to Bro:
|
||||||
|
|
||||||
- File analyzers.
|
- 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
|
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
|
the corresponding code built-in. Indeed, internally many of Bro's
|
||||||
|
@ -315,22 +315,22 @@ TODO.
|
||||||
Logging Writer
|
Logging Writer
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Not yet available as plugins.
|
TODO.
|
||||||
|
|
||||||
Input Reader
|
Input Reader
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Not yet available as plugins.
|
TODO.
|
||||||
|
|
||||||
Packet Sources
|
Packet Sources
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Not yet available as plugins.
|
TODO.
|
||||||
|
|
||||||
Packet Dumpers
|
Packet Dumpers
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Not yet available as plugins.
|
TODO.
|
||||||
|
|
||||||
Hooks
|
Hooks
|
||||||
=====
|
=====
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue