mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Initial implementation of Lower-Level analyzers
This commit is contained in:
parent
f744d4c070
commit
b2e6c9ac9a
146 changed files with 3967 additions and 613 deletions
|
@ -46,6 +46,10 @@ void Component::Describe(ODesc* d) const
|
|||
d->Add("Analyzer");
|
||||
break;
|
||||
|
||||
case component::LLANALYZER:
|
||||
d->Add("Low-Layer Analyzer");
|
||||
break;
|
||||
|
||||
case component::FILE_ANALYZER:
|
||||
d->Add("File Analyzer");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue