Minor fixes for packet analyzer renaming.

This commit is contained in:
Jan Grashoefer 2020-07-13 17:12:20 +02:00 committed by Tim Wojtulewicz
parent e53ec46c23
commit 1e0e8e35af
6 changed files with 55 additions and 55 deletions

View file

@ -13,6 +13,6 @@ std::tuple<zeek::packet_analysis::AnalyzerResult, zeek::packet_analysis::identif
{
packet->l3_proto = L3_IPV4;
// Leave LL analyzer land
// Leave packet analyzer land
return { AnalyzerResult::Terminate, 0 };
}