Classes | |
struct | old_intersector_iterator |
struct | simple_merge_iterator |
struct | fast_intersector_iterator |
struct | lr_sync_iterator |
struct | provide_lr_synchronizer |
struct | equal |
struct | provide_merge |
struct | microseconds_stamper_iterator |
struct | non_noisy_prism_iterator |
Iterator over non-prism-noisy frames. More... | |
struct | blacklist_predicate |
struct | time_adjuster_iterator |
struct | provide_time_adjuster |
struct | uniquely_identifiable_iterator |
Iterator over uniquely identifiable frames. More... | |
struct | windowed_merge_iterator |
Functions | |
template<class HT, class FD1> | |
equal< HT, FD1 > | make_equal (const pcapxx::frame_descriptor< FD1 > &lhs, const tool::endian::endianness &phy_end) |
template<class HT, class FD1, class FD2> | |
bool | operator== (const pcapxx::frame_descriptor< FD2 > &lhs, const equal< HT, FD1 > &rhs) |
template<class HeaderType, class D> | |
time_converter< HeaderType > | time_reference (const pcapxx::frame_descriptor< D > &f, tool::endian::endianness e) |
template<class HeaderType> | |
void | adjust (pcapxx::pkthdr &pcap, HeaderType *h, bool swap, const typename time_converter< HeaderType >::time_values &tv) |
template<class HT> | |
void | adjust (pcapxx::pkthdr &pcap, HT *bytes, bool swap, const typename time_converter< HT >::time_values &tv) |