mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -73,6 +73,10 @@ public:
|
|||
// function will not return but raise an InterpreterException.
|
||||
void ExprRuntimeError(const Expr* expr, const char* fmt, ...);
|
||||
|
||||
// Report a runtime error in evaluating a Bro script expression. This
|
||||
// function will not return but raise an InterpreterException.
|
||||
void RuntimeError(const Location* location, const char* fmt, ...);
|
||||
|
||||
// Report a traffic weirdness, i.e., an unexpected protocol situation
|
||||
// that may lead to incorrectly processing a connnection.
|
||||
void Weird(const char* name); // Raises net_weird().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue