Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
bool | go |
int | err |
int | packets_captured |
unsigned | inpkts_to_sync_pipe |
GArray * | pcaps |
bool | pcapng_passthrough |
uint8_t * | saved_shb |
GArray * | saved_idbs |
GRWLock | saved_shb_idb_lock |
FILE * | pdh |
int | save_file_fd |
char * | io_buffer |
uint64_t | bytes_written |
int | packets_written |
int | file_count |
GTimer * | file_duration_timer |
time_t | next_interval_time |
int | interval_s |
uint64_t _loop_data::bytes_written |
Bytes written for the current file.
int _loop_data::err |
if non-zero, error seen while capturing
bool _loop_data::go |
true as long as we're supposed to keep capturing
unsigned _loop_data::inpkts_to_sync_pipe |
Packets not already send out to the sync_pipe
char* _loop_data::io_buffer |
Our IO buffer if we increase the size from the standard size
int _loop_data::packets_captured |
Number of packets we have already captured
int _loop_data::packets_written |
Packets written for the current file.
bool _loop_data::pcapng_passthrough |
We have one source and it's pcapng. Pass its SHB and IDBs through.
GArray* _loop_data::pcaps |
Array of capture_src's on which we're capturing
GArray* _loop_data::saved_idbs |
Array of saved_idb_t, written when we have a new section or output file.
uint8_t* _loop_data::saved_shb |
SHB to write when we have one pcapng input
GRWLock _loop_data::saved_shb_idb_lock |
Saved IDB RW mutex