mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Checkpoint commit. This is all a huge mess right now. :)
This commit is contained in:
parent
78401262d0
commit
50e319a417
9 changed files with 495 additions and 314 deletions
19
scripts/base/frameworks/intel/plugins/set.bro
Normal file
19
scripts/base/frameworks/intel/plugins/set.bro
Normal file
|
@ -0,0 +1,19 @@
|
|||
module Intel;
|
||||
|
||||
redef record Intel::Indexes += {
|
||||
hosts: set[addr] &default=set();
|
||||
strings: set[string, SubType] &default=set();
|
||||
};
|
||||
|
||||
redef plugins += {
|
||||
[$index() = {
|
||||
|
||||
},
|
||||
$match(found: Found): bool = {
|
||||
|
||||
},
|
||||
$lookup(found: Found): set[Item] = {
|
||||
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue