mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +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
|
@ -5,8 +5,8 @@
|
|||
|
||||
BRO_PLUGIN_BEGIN(TCP)
|
||||
BRO_PLUGIN_DESCRIPTION("TCP Analyzer");
|
||||
BRO_PLUGIN_ANALYZER("TCP", TCP_Analyzer::InstantiateAnalyzer);
|
||||
BRO_PLUGIN_ANALYZER("TCPStats", TCPStats_Analyzer::InstantiateAnalyzer);
|
||||
BRO_PLUGIN_ANALYZER("TCP", tcp::TCP_Analyzer);
|
||||
BRO_PLUGIN_ANALYZER("TCPStats", tcp::TCPStats_Analyzer);
|
||||
BRO_PLUGIN_SUPPORT_ANALYZER("ContentLine");
|
||||
BRO_PLUGIN_SUPPORT_ANALYZER("Contents");
|
||||
BRO_PLUGIN_BIF_FILE(events);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue