Classes | |
struct | DummySetup |
FIXME: TODO: Document. More... | |
struct | DummyUpdate |
FIXME: TODO: Document. More... | |
struct | fd_ctor_helper |
struct | fd_ctor_helper< D, D > |
struct | frame_iterator |
Iterator over frames for PCAP descriptors . More... | |
struct | file_header |
PCAP file format internal header. More... | |
struct | file_frame_header |
PCAP file format representation of a packet header. More... | |
Enumerations | |
enum | { version_major = 2, version_minor = 4 } |
Functions | |
template<class D> | |
bool | fd_swapped_helper (const D *) |
template<class D> | |
bool | fd_swapped_helper (const descriptor< D > *d) |
template<> | |
bool | fd_swapped_helper< tool::undefined_type > (const tool::undefined_type *d) |
template<class D> | |
std::ostream & | fd_print_helper (std::ostream &o, const D *) |
template<class D> | |
std::ostream & | fd_print_helper (std::ostream &o, const descriptor< D > *d) |
template<> | |
std::ostream & | fd_print_helper< tool::undefined_type > (std::ostream &o, const tool::undefined_type *d) |
anonymous enum |