mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -1,12 +1,15 @@
|
|||
// See the file in the main distribution directory for copyright.
|
||||
|
||||
#include "zeek/plugin/Plugin.h"
|
||||
|
||||
#include "zeek/analyzer/Component.h"
|
||||
#include "zeek/analyzer/protocol/zip/ZIP.h"
|
||||
|
||||
namespace zeek::plugin::detail::Zeek_ZIP {
|
||||
namespace zeek::plugin::detail::Zeek_ZIP
|
||||
{
|
||||
|
||||
class Plugin : public zeek::plugin::Plugin {
|
||||
class Plugin : public zeek::plugin::Plugin
|
||||
{
|
||||
public:
|
||||
zeek::plugin::Configuration Configure() override
|
||||
{
|
||||
|
@ -17,6 +20,6 @@ public:
|
|||
config.description = "Generic ZIP support analyzer";
|
||||
return config;
|
||||
}
|
||||
} plugin;
|
||||
} plugin;
|
||||
|
||||
} // namespace zeek::plugin::detail::Zeek_ZIP
|
||||
} // namespace zeek::plugin::detail::Zeek_ZIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue