Broccoli API Documentation  1.96
Broccoli API Documentation
Data Fields
bro_ev_meta Struct Reference

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.
double ev_ts
 Timestamp of event, taken from BroEvent itself.
int ev_numargs
 How many arguments are passed.
BroEvArgev_args
 Array of BroEvArgs, one for each argument.
const ucharev_start
 Start pointer to serialized version of currently processed event.
const ucharev_end
 End pointer to serialized version of currently processed event.

Detailed Description

Metadata for an event, passed to callbacks of the BroCompactEventFunc prototype.


Field Documentation

Array of BroEvArgs, one for each argument.

End pointer to serialized version of currently processed event.

const char* bro_ev_meta::ev_name

The name of the event.

How many arguments are passed.

Start pointer to serialized version of currently processed event.

Timestamp of event, taken from BroEvent itself.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines