Collaboration diagram for libtrace_t:
Data Fields | |
libtrace_format_t * | format |
format driver pointer | |
void * | format_data |
format data pointer | |
bool | started |
if this trace has started | |
libtrace_err_t | err |
error information | |
libtrace_event_status_t | event |
the next event | |
char * | uridata |
the uri of this trace | |
libtrace_filter_t * | filter |
used by libtrace if the module doesn't support filters natively | |
size_t | snaplen |
used by libtrace if the module doesn't support snapping natively |
|
error information
|
|
the next event
|
|
used by libtrace if the module doesn't support filters natively
|
|
format driver pointer
|
|
format data pointer
|
|
used by libtrace if the module doesn't support snapping natively
|
|
if this trace has started
|
|
the uri of this trace
|