mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge remote-tracking branch 'origin/topic/timw/3417-packet-analysis-detail'
* origin/topic/timw/3417-packet-analysis-detail: Move packet_analysis::Dispatcher to detail namespace
This commit is contained in:
commit
2c46d3139c
15 changed files with 49 additions and 42 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