#include <wipal/pcap/frame_descriptor.hh>
Public Member Functions | |
shared_data (const PCAPDescriptor *desc, unsigned id, const pkthdr_ptr &pcap_header, const bytes_ptr &bytes) | |
Public Attributes | |
const PCAPDescriptor * | desc |
unsigned | id |
pkthdr_ptr | pcap_header |
bytes_ptr | bytes |
const PCAPDescriptor* pcapxx::frame_descriptor< PCAPDescriptor >::shared_data::desc |
< Originating PCAP descriptor.
unsigned pcapxx::frame_descriptor< PCAPDescriptor >::shared_data::id |
< Frame index inside the trace.
pkthdr_ptr pcapxx::frame_descriptor< PCAPDescriptor >::shared_data::pcap_header |
< PCAP header.
bytes_ptr pcapxx::frame_descriptor< PCAPDescriptor >::shared_data::bytes |
< Frame bytes.