Broccoli API Documentation
1.100
Broccoli API Documentation
|
Metadata for an event, passed to callbacks of the BroCompactEventFunc prototype. More...
#include <broccoli.h>
Data Fields | |
const char * | ev_name |
The name of the event. More... | |
double | ev_ts |
Timestamp of event, taken from BroEvent itself. More... | |
int | ev_numargs |
How many arguments are passed. More... | |
BroEvArg * | ev_args |
Array of BroEvArgs, one for each argument. More... | |
const uchar * | ev_start |
Start pointer to serialized version of currently processed event. More... | |
const uchar * | ev_end |
End pointer to serialized version of currently processed event. More... | |
Metadata for an event, passed to callbacks of the BroCompactEventFunc prototype.
BroEvArg* bro_ev_meta::ev_args |
Array of BroEvArgs, one for each argument.
const uchar* bro_ev_meta::ev_end |
End pointer to serialized version of currently processed event.
const char* bro_ev_meta::ev_name |
The name of the event.
int bro_ev_meta::ev_numargs |
How many arguments are passed.
const uchar* bro_ev_meta::ev_start |
Start pointer to serialized version of currently processed event.
double bro_ev_meta::ev_ts |
Timestamp of event, taken from BroEvent itself.