Structure representing a corsaro file trailer. More...
Data Fields | |
| uint32_t | corsaro_magic |
| The global corsaro magic number. | |
| uint32_t | magic |
| The trailer magic number. | |
| uint64_t | packet_cnt |
| The total number of packets that corsaro processed. | |
| uint32_t | first_packet_time |
| The trace time of the first packet (seconds) | |
| uint32_t | last_packet_time |
| The trace time of the last packet (seconds) | |
| uint32_t | local_final_time |
| The time that corsaro completed processing the trace. | |
| uint32_t | runtime |
| The number of (wall) seconds that corsaro took to process the trace. | |
Structure representing a corsaro file trailer.
Values are all in HOST byte order
Definition at line 113 of file corsaro_int.h.
| uint32_t corsaro_trailer::corsaro_magic |
The global corsaro magic number.
Definition at line 116 of file corsaro_int.h.
| uint32_t corsaro_trailer::first_packet_time |
The trace time of the first packet (seconds)
Definition at line 122 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 124 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 126 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().
| uint32_t corsaro_trailer::magic |
The trailer magic number.
Definition at line 118 of file corsaro_int.h.
| uint64_t corsaro_trailer::packet_cnt |
The total number of packets that corsaro processed.
Definition at line 120 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 128 of file corsaro_int.h.
Referenced by corsaro_io_print_trailer().