mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Move iosource code to zeek namespaces
This commit is contained in:
parent
45b5c6e619
commit
be92bd536f
35 changed files with 180 additions and 136 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "PktDumper.h"
|
||||
#include "DebugLogger.h"
|
||||
|
||||
using namespace iosource;
|
||||
namespace zeek::iosource {
|
||||
|
||||
PktDumper::PktDumper()
|
||||
{
|
||||
|
@ -80,3 +80,5 @@ void PktDumper::Error(const std::string& msg)
|
|||
IsOpen() ? props.path.c_str() : "<not open>",
|
||||
msg.c_str());
|
||||
}
|
||||
|
||||
} // namespace zeek::iosource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue