mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +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
|
@ -5,7 +5,7 @@
|
|||
#include "Desc.h"
|
||||
#include "Reporter.h"
|
||||
|
||||
using namespace iosource;
|
||||
namespace zeek::iosource {
|
||||
|
||||
Component::Component(const std::string& name)
|
||||
: zeek::plugin::Component(zeek::plugin::component::IOSOURCE, name)
|
||||
|
@ -163,3 +163,5 @@ void PktDumperComponent::DoDescribe(zeek::ODesc* d) const
|
|||
d->Add(": ");
|
||||
d->Add(prefs);
|
||||
}
|
||||
|
||||
} // namespace zeek::iosource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue