Corsaro input state. More...

Data Fields | |
| char * | uridata |
| The uri of the file to read data from. | |
| corsaro_file_in_t * | file |
| The corsaro input file to read data from. | |
| corsaro_in_record_type_t | expected_type |
| The next expected record type when reading the corsaro_global file. | |
| corsaro_plugin_manager_t * | plugin_manager |
| A pointer to the corsaro plugin manager state. | |
| corsaro_plugin_t * | plugin |
| Pointer to the plugin to be used to read this file. | |
| int | started |
| Has this corsaro_in object been started yet? | |
Corsaro input state.
Definition at line 274 of file corsaro_int.h.
| corsaro_in_record_type_t corsaro_in::expected_type |
The next expected record type when reading the corsaro_global file.
Definition at line 283 of file corsaro_int.h.
Referenced by corsaro_in_read_record(), and corsaro_start_input().
| corsaro_file_in_t* corsaro_in::file |
The corsaro input file to read data from.
Definition at line 280 of file corsaro_int.h.
Referenced by corsaro_io_read_bytes(), corsaro_io_read_bytes_offset(), and corsaro_start_input().
| corsaro_plugin_t* corsaro_in::plugin |
Pointer to the plugin to be used to read this file.
NULL if global
Definition at line 290 of file corsaro_int.h.
Referenced by corsaro_in_read_record(), and corsaro_start_input().
| corsaro_plugin_manager_t* corsaro_in::plugin_manager |
A pointer to the corsaro plugin manager state.
Definition at line 287 of file corsaro_int.h.
Referenced by corsaro_start_input().
| int corsaro_in::started |
Has this corsaro_in object been started yet?
Definition at line 293 of file corsaro_int.h.
Referenced by corsaro_start_input().
| char* corsaro_in::uridata |
The uri of the file to read data from.
Definition at line 277 of file corsaro_int.h.
Referenced by corsaro_start_input().