mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Renamed LL-Analyzers to Packet Analyzers.
This commit is contained in:
parent
b2e6c9ac9a
commit
e53ec46c23
148 changed files with 587 additions and 587 deletions
|
@ -46,8 +46,8 @@ void Component::Describe(ODesc* d) const
|
|||
d->Add("Analyzer");
|
||||
break;
|
||||
|
||||
case component::LLANALYZER:
|
||||
d->Add("Low-Layer Analyzer");
|
||||
case component::PACKET_ANALYZER:
|
||||
d->Add("Packet Analyzer");
|
||||
break;
|
||||
|
||||
case component::FILE_ANALYZER:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue