mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
GH-323: change builtin plugin namespaces to Zeek
This commit is contained in:
parent
e0f9b0829e
commit
5331bf10ec
148 changed files with 830 additions and 827 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "Dumper.h"
|
||||
|
||||
namespace plugin {
|
||||
namespace Bro_Pcap {
|
||||
namespace Zeek_Pcap {
|
||||
|
||||
class Plugin : public plugin::Plugin {
|
||||
public:
|
||||
|
@ -16,7 +16,7 @@ public:
|
|||
AddComponent(new ::iosource::PktDumperComponent("PcapWriter", "pcap", ::iosource::pcap::PcapDumper::Instantiate));
|
||||
|
||||
plugin::Configuration config;
|
||||
config.name = "Bro::Pcap";
|
||||
config.name = "Zeek::Pcap";
|
||||
config.description = "Packet acquisition via libpcap";
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue