Move iosource code to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-01 10:48:21 -07:00
parent 45b5c6e619
commit be92bd536f
35 changed files with 180 additions and 136 deletions

View file

@ -20,7 +20,7 @@
#define DEFAULT_PREFIX "pcap"
using namespace iosource;
namespace zeek::iosource {
Manager::WakeupHandler::WakeupHandler()
{
@ -417,3 +417,5 @@ PktDumper* Manager::OpenPktDumper(const std::string& path, bool append)
return pd;
}
} // namespace zeek::iosource