Collaboration diagram for libtrace_packet_t:
Data Fields | |
libtrace_t * | trace |
pointer to the trace | |
void * | header |
pointer to the framing header | |
void * | payload |
pointer to the link layer | |
void * | buffer |
allocated buffer | |
libtrace_rt_types_t | type |
rt protocol type for the packet | |
buf_control_t | buf_control |
who owns the memory |
|
who owns the memory
|
|
allocated buffer
|
|
pointer to the framing header
|
|
pointer to the link layer
|
|
pointer to the trace
|
|
rt protocol type for the packet
|