Structure representing a corsaro file trailer. More...
Data Fields | |
uint32_t | corsaro_magic |
The global corsaro magic number. More... | |
uint32_t | magic |
The trailer magic number. More... | |
uint64_t | packet_cnt |
The total number of packets that corsaro processed. More... | |
uint64_t | accepted_cnt |
The number of packets libtrace reports as accepted. More... | |
uint64_t | dropped_cnt |
The number of packets libtrace reports as dropped. More... | |
uint32_t | first_packet_time |
The trace time of the first packet (seconds) More... | |
uint32_t | last_packet_time |
The trace time of the last packet (seconds) More... | |
uint32_t | local_final_time |
The time that corsaro completed processing the trace. More... | |
uint32_t | runtime |
The number of (wall) seconds that corsaro took to process the trace. More... | |
Structure representing a corsaro file trailer.
Values are all in HOST byte order
Definition at line 116 of file corsaro_int.h.
uint64_t corsaro_trailer::accepted_cnt |
The number of packets libtrace reports as accepted.
Definition at line 125 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().
uint32_t corsaro_trailer::corsaro_magic |
The global corsaro magic number.
Definition at line 119 of file corsaro_int.h.
uint64_t corsaro_trailer::dropped_cnt |
The number of packets libtrace reports as dropped.
Definition at line 127 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().
uint32_t corsaro_trailer::first_packet_time |
The trace time of the first packet (seconds)
Definition at line 129 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().
uint32_t corsaro_trailer::last_packet_time |
The trace time of the last packet (seconds)
Definition at line 131 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().
uint32_t corsaro_trailer::local_final_time |
The time that corsaro completed processing the trace.
Definition at line 133 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().
uint32_t corsaro_trailer::magic |
The trailer magic number.
Definition at line 121 of file corsaro_int.h.
uint64_t corsaro_trailer::packet_cnt |
The total number of packets that corsaro processed.
Definition at line 123 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().
uint32_t corsaro_trailer::runtime |
The number of (wall) seconds that corsaro took to process the trace.
Definition at line 135 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().