Collaboration diagram for libtrace_t:
Data Fields | |
libtrace_format_t * | format |
format driver pointer | |
libtrace_event_status_t | event |
the next event | |
void * | format_data |
format data pointer | |
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 | |
uint64_t | accepted_packets |
Number of packets returned to the user. | |
uint64_t | filtered_packets |
Number of packets filtered by libtrace. | |
char * | uridata |
the uri of this trace | |
libtrace_err_t | err |
error information | |
bool | started |
if this trace has started |
|
Number of packets returned to the user.
|
|
error information
|
|
the next event
|
|
used by libtrace if the module doesn't support filters natively
|
|
Number of packets filtered by libtrace.
|
|
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
|