mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
8 lines
217 B
C++
8 lines
217 B
C++
#include "plugin/Plugin.h"
|
|
|
|
#include "DataEvent.h"
|
|
|
|
BRO_PLUGIN_BEGIN(Bro, FileDataEvent)
|
|
BRO_PLUGIN_DESCRIPTION("Delivers file content via events");
|
|
BRO_PLUGIN_FILE_ANALYZER("DATA_EVENT", DataEvent);
|
|
BRO_PLUGIN_END
|