Renamed LL-Analyzers to Packet Analyzers.

This commit is contained in:
Jan Grashoefer 2020-07-13 16:44:39 +02:00 committed by Tim Wojtulewicz
parent b2e6c9ac9a
commit e53ec46c23
148 changed files with 587 additions and 587 deletions

View file

@ -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: