mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00

This is a checkpoint, it works but there's more cleanup to do. TODOs in src/analyzer/protocols/TODO.
10 lines
203 B
C++
10 lines
203 B
C++
|
|
#include "plugin/Plugin.h"
|
|
|
|
#include "ZIP.h"
|
|
|
|
BRO_PLUGIN_BEGIN(ZIP)
|
|
BRO_PLUGIN_DESCRIPTION("Generic ZIP support analyzer");
|
|
BRO_PLUGIN_ANALYZER("ZIP", 0);
|
|
BRO_PLUGIN_BIF_FILE(events);
|
|
BRO_PLUGIN_END
|