From f1bc14d98bac4a59da5b5320dd02ac82b3ab1185 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Wed, 18 Jun 2014 14:47:57 -0700 Subject: [PATCH] Doc tweak. --- doc/devel/plugins.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/devel/plugins.rst b/doc/devel/plugins.rst index 1cd5778c8d..4bab757716 100644 --- a/doc/devel/plugins.rst +++ b/doc/devel/plugins.rst @@ -13,7 +13,9 @@ functionality to Bro: - Builtin functions/events/types for the scripting language. - - Protocol and file analyzers. + - Protocol analyzers. + + - File analyzers. - Packet sources and packet dumpers. TODO: Not yet. @@ -229,10 +231,6 @@ as well as the ``__bro_plugin__`` magic file and the ``README`` (which you should customize). One can add further CMake ``install`` rules to install additional files if neeed. -.. todo:: - - Describe the other files that the script puts in place. - Activating a Plugin ===================