Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_loop_data Struct Reference

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
 

Member Data Documentation

◆ bytes_written

guint64 _loop_data::bytes_written

Bytes written for the current file.

◆ err

int _loop_data::err

if non-zero, error seen while capturing

◆ go

gboolean _loop_data::go

TRUE as long as we're supposed to keep capturing

◆ inpkts_to_sync_pipe

guint _loop_data::inpkts_to_sync_pipe

Packets not already send out to the sync_pipe

◆ io_buffer

char* _loop_data::io_buffer

Our IO buffer if we increase the size from the standard size

◆ packets_captured

gint _loop_data::packets_captured

Number of packets we have already captured

◆ packets_written

int _loop_data::packets_written

Packets written for the current file.

◆ pcapng_passthrough

gboolean _loop_data::pcapng_passthrough

We have one source and it's pcapng. Pass its SHB and IDBs through.

◆ pcaps

GArray* _loop_data::pcaps

Array of capture_src's on which we're capturing

◆ saved_idbs

GArray* _loop_data::saved_idbs

Array of saved_idb_t, written when we have a new section or output file.

◆ saved_shb

guint8* _loop_data::saved_shb

SHB to write when we have one pcapng input

◆ saved_shb_idb_lock

GRWLock _loop_data::saved_shb_idb_lock

Saved IDB RW mutex


The documentation for this struct was generated from the following file: