GPP Global type. More...
Data Fields | |
uint64_t | ts |
ERF timestamp. | |
uint8_t | type |
GPP record type. | |
flags_t | flags |
Flags. | |
uint16_t | rlen |
Record len (capture+framing). | |
uint16_t | lctr |
Loss counter. | |
uint16_t | wlen |
Wire length. | |
union { | |
pos_rec_t pos | |
eth_rec_t eth | |
atm_rec_t atm | |
aal5_rec_t aal5 | |
} | rec |
The captured record itself. |
GPP Global type.
Flags.
uint16_t dag_record::lctr |
Loss counter.
union { ... } dag_record::rec |
The captured record itself.
uint16_t dag_record::rlen |
Record len (capture+framing).
uint64_t dag_record::ts |
ERF timestamp.
uint8_t dag_record::type |
GPP record type.
uint16_t dag_record::wlen |
Wire length.