mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Use zeek::detail namespace for fuzzer utils
This commit is contained in:
parent
5a2d25c954
commit
2d0b8c0b8e
7 changed files with 17 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
namespace zeek {
|
||||
namespace zeek { namespace detail {
|
||||
|
||||
/**
|
||||
* This structure helps chunk/simulate protocol conversions from arbitrary
|
||||
|
@ -54,4 +54,4 @@ private:
|
|||
const unsigned char* end;
|
||||
};
|
||||
|
||||
} // namespace zeek
|
||||
}} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue