mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
IMAP: documentation and test updates
This commit is contained in:
parent
3669b6aa9c
commit
25f8993b57
7 changed files with 37 additions and 25 deletions
|
@ -1,8 +1,5 @@
|
|||
// See the file in the main distribution directory for copyright.
|
||||
|
||||
|
||||
#include "plugin/Plugin.h"
|
||||
|
||||
#include "IMAP.h"
|
||||
|
||||
namespace plugin {
|
||||
|
@ -14,10 +11,9 @@ public:
|
|||
{
|
||||
AddComponent(new ::analyzer::Component("IMAP", ::analyzer::imap::IMAP_Analyzer::Instantiate));
|
||||
|
||||
|
||||
plugin::Configuration config;
|
||||
config.name = "Bro::IMAP";
|
||||
config.description = "IMAP analyzer StartTLS only";
|
||||
config.description = "IMAP analyzer (StartTLS only)";
|
||||
return config;
|
||||
}
|
||||
} plugin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue