mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Move packet_mgr to the zeek namespace
This commit is contained in:
parent
8feca7291b
commit
23bbe0ac38
2 changed files with 6 additions and 3 deletions
|
@ -8,7 +8,8 @@
|
|||
#include "iosource/Packet.h"
|
||||
#include "Dispatcher.h"
|
||||
|
||||
namespace zeek::packet_analysis {
|
||||
namespace zeek {
|
||||
namespace packet_analysis {
|
||||
|
||||
class Analyzer;
|
||||
using AnalyzerPtr = std::shared_ptr<Analyzer>;
|
||||
|
@ -93,6 +94,8 @@ private:
|
|||
AnalyzerPtr root_analyzer = nullptr;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace packet_analysis
|
||||
|
||||
extern zeek::packet_analysis::Manager* packet_mgr;
|
||||
|
||||
} // namespace zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue