Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

libtrace_t Struct Reference

The information about traces that are open. More...

Collaboration diagram for libtrace_t:

Collaboration graph
[legend]

Data Fields

libtrace_format_tformat
 format driver pointer
libtrace_event_status_t event
 the next event
void * format_data
 format data pointer
libtrace_filter_tfilter
 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

Detailed Description

The information about traces that are open.


Field Documentation

uint64_t libtrace_t::accepted_packets
 

Number of packets returned to the user.

libtrace_err_t libtrace_t::err
 

error information

struct libtrace_event_status_t libtrace_t::event
 

the next event

struct libtrace_filter_t* libtrace_t::filter
 

used by libtrace if the module doesn't support filters natively

uint64_t libtrace_t::filtered_packets
 

Number of packets filtered by libtrace.

struct libtrace_format_t* libtrace_t::format
 

format driver pointer

void* libtrace_t::format_data
 

format data pointer

size_t libtrace_t::snaplen
 

used by libtrace if the module doesn't support snapping natively

bool libtrace_t::started
 

if this trace has started

char* libtrace_t::uridata
 

the uri of this trace


The documentation for this struct was generated from the following file:
Generated on Thu Jan 3 10:28:50 2008 for WAND Trace processing by  doxygen 1.4.2