mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Working on TODOs.
- Introducing analyzer::<protocol> namespaces. - Moving protocol-specific events out of events.bif into analyzer/protocol/<protocol>/events.bif - Moving ARP over (even though it's not an actual analyzer). - Moving NetFlow over (even though it's not an actual analyzer). - Moving MIME over (even though it's not an actual analyzer).
This commit is contained in:
parent
dfc4cb0881
commit
5dc630f722
210 changed files with 7080 additions and 6608 deletions
7
src/analyzer/protocols/arp/Plugin.cc
Normal file
7
src/analyzer/protocols/arp/Plugin.cc
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
#include "plugin/Plugin.h"
|
||||
|
||||
BRO_PLUGIN_BEGIN(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