mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fixing cmake dependencies and "make {install,clean}"
Also includes a bunch of cleanup.
This commit is contained in:
parent
10dc8b9279
commit
8752870967
86 changed files with 130 additions and 116 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "plugin/Plugin.h"
|
||||
|
||||
BRO_PLUGIN_BEGIN(ARP)
|
||||
BRO_PLUGIN_BEGIN(Bro, ARP)
|
||||
BRO_PLUGIN_DESCRIPTION("ARP Parsing Code");
|
||||
BRO_PLUGIN_BIF_FILE(events);
|
||||
BRO_PLUGIN_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue