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