mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
broker integration: add bifs to inspect/manipulate broker data
i.e. script-layer functions to convert between bro values and broker values; mostly for use w/ Bro's data store interface (coming soon).
This commit is contained in:
parent
0537711fd4
commit
d2ea87735a
10 changed files with 1154 additions and 40 deletions
|
@ -19,4 +19,9 @@ export {
|
|||
name: string &optional; # nil for invalid event/args.
|
||||
args: vector of Comm::Data;
|
||||
};
|
||||
|
||||
type Comm::TableItem : record {
|
||||
key: Comm::Data;
|
||||
val: Comm::Data;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue