Move packet_analysis::Dispatcher to detail namespace

This commit is contained in:
Tim Wojtulewicz 2024-04-26 13:11:45 -07:00
parent ad6d70d4e6
commit 6900f3301e
13 changed files with 43 additions and 40 deletions

View file

@ -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