diff --git a/CHANGES b/CHANGES index 9da6a5d5d5..1709ec8aae 100644 --- a/CHANGES +++ b/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 * Fix to use length parameter in DNP3 time conversion correctly now. diff --git a/VERSION b/VERSION index 3065f78463..cc0c518ed4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3-203 +2.3-207 diff --git a/doc/devel/plugins.rst b/doc/devel/plugins.rst index 76f5c75a68..a66023cece 100644 --- a/doc/devel/plugins.rst +++ b/doc/devel/plugins.rst @@ -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 =====