Improve naming in packet analysis.

This commit is contained in:
Jan Grashoefer 2020-08-24 19:25:24 +02:00 committed by Tim Wojtulewicz
parent 6365fa6d80
commit 4aeab7402d
29 changed files with 33 additions and 33 deletions

View file

@ -4,7 +4,7 @@
#include "plugin/Plugin.h"
#include "packet_analysis/Component.h"
namespace zeek::plugin::LLAnalyzer {
namespace zeek::plugin::Zeek_Wrapper {
class Plugin : public zeek::plugin::Plugin {
public: