|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
| gboolean | go |
| int | err |
| gint | packets_captured |
| guint | inpkts_to_sync_pipe |
| GArray * | pcaps |
| gboolean | pcapng_passthrough |
| guint8 * | saved_shb |
| GArray * | saved_idbs |
| GRWLock | saved_shb_idb_lock |
| FILE * | pdh |
| int | save_file_fd |
| char * | io_buffer |
| guint64 | bytes_written |
| int | packets_written |
| int | file_count |
| GTimer * | file_duration_timer |
| time_t | next_interval_time |
| int | interval_s |
| guint64 _loop_data::bytes_written |
Bytes written for the current file.
| int _loop_data::err |
if non-zero, error seen while capturing
| gboolean _loop_data::go |
TRUE as long as we're supposed to keep capturing
| guint _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
| gint _loop_data::packets_captured |
Number of packets we have already captured
| int _loop_data::packets_written |
Packets written for the current file.
| gboolean _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.
| guint8* _loop_data::saved_shb |
SHB to write when we have one pcapng input
| GRWLock _loop_data::saved_shb_idb_lock |
Saved IDB RW mutex