Corsaro input state. More...
Data Fields | |
char * | uridata |
The uri of the file to read data from. More... | |
corsaro_file_in_t * | file |
The corsaro input file to read data from. More... | |
corsaro_in_record_type_t | expected_type |
The next expected record type when reading the corsaro_global file. More... | |
corsaro_plugin_manager_t * | plugin_manager |
A pointer to the corsaro plugin manager state. More... | |
corsaro_plugin_t * | plugin |
Pointer to the plugin to be used to read this file. More... | |
int | started |
Has this corsaro_in object been started yet? More... | |
Corsaro input state.
Definition at line 323 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 332 of file corsaro_int.h.
Referenced by corsaro_in_init(), corsaro_in_read_record(), corsaro_start_input(), and read_record().
corsaro_file_in_t* corsaro_in::file |
The corsaro input file to read data from.
Definition at line 329 of file corsaro_int.h.
Referenced by corsaro_dos_read_record(), corsaro_flowtuple_read_record(), corsaro_in_free(), corsaro_io_read_bytes(), corsaro_io_read_bytes_offset(), corsaro_start_input(), is_plugin_data_or_interval(), is_trailer_or_interval(), and read_record().
corsaro_plugin_t* corsaro_in::plugin |
Pointer to the plugin to be used to read this file.
NULL if global
Definition at line 339 of file corsaro_int.h.
Referenced by corsaro_in_free(), corsaro_in_read_record(), corsaro_start_input(), and read_record().
corsaro_plugin_manager_t* corsaro_in::plugin_manager |
A pointer to the corsaro plugin manager state.
Definition at line 336 of file corsaro_int.h.
Referenced by corsaro_dos_close_input(), corsaro_dos_init_input(), corsaro_flowtuple_close_input(), corsaro_flowtuple_init_input(), corsaro_in_free(), corsaro_in_init(), corsaro_start_input(), main(), and read_record().
int corsaro_in::started |
Has this corsaro_in object been started yet?
Definition at line 342 of file corsaro_int.h.
Referenced by corsaro_in_free(), and corsaro_start_input().
char* corsaro_in::uridata |
The uri of the file to read data from.
Definition at line 326 of file corsaro_int.h.
Referenced by corsaro_in_free(), corsaro_in_init(), and corsaro_start_input().