mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Mark all of the aliased classes in plugin/Plugin.h deprecated, and fix all of the plugins that were using them
This commit is contained in:
parent
e77e8c4b7b
commit
7a5dae4354
76 changed files with 297 additions and 284 deletions
|
@ -7,13 +7,13 @@
|
|||
namespace plugin {
|
||||
namespace Zeek_ZIP {
|
||||
|
||||
class Plugin : public plugin::Plugin {
|
||||
class Plugin : public zeek::plugin::Plugin {
|
||||
public:
|
||||
plugin::Configuration Configure() override
|
||||
zeek::plugin::Configuration Configure() override
|
||||
{
|
||||
AddComponent(new ::analyzer::Component("ZIP", nullptr));
|
||||
|
||||
plugin::Configuration config;
|
||||
zeek::plugin::Configuration config;
|
||||
config.name = "Zeek::ZIP";
|
||||
config.description = "Generic ZIP support analyzer";
|
||||
return config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue