mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -5,9 +5,11 @@
|
|||
#include "zeek/packet_analysis/Analyzer.h"
|
||||
#include "zeek/packet_analysis/Component.h"
|
||||
|
||||
namespace zeek::packet_analysis::GRE {
|
||||
namespace zeek::packet_analysis::GRE
|
||||
{
|
||||
|
||||
class GREAnalyzer : public Analyzer {
|
||||
class GREAnalyzer : public Analyzer
|
||||
{
|
||||
public:
|
||||
GREAnalyzer();
|
||||
~GREAnalyzer() override = default;
|
||||
|
@ -18,6 +20,6 @@ public:
|
|||
{
|
||||
return std::make_shared<GREAnalyzer>();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue