mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Move packet_analysis::Dispatcher to detail namespace
This commit is contained in:
parent
ad6d70d4e6
commit
6900f3301e
13 changed files with 43 additions and 40 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "zeek/Reporter.h"
|
||||
#include "zeek/packet_analysis/Analyzer.h"
|
||||
|
||||
namespace zeek::packet_analysis {
|
||||
namespace zeek::packet_analysis::detail {
|
||||
|
||||
Dispatcher::~Dispatcher() { FreeValues(); }
|
||||
|
||||
|
@ -80,4 +80,4 @@ void Dispatcher::DumpDebug() const {
|
|||
#endif
|
||||
}
|
||||
|
||||
} // namespace zeek::packet_analysis
|
||||
} // namespace zeek::packet_analysis::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue