Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_loop_data Struct Reference

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
 

Member Data Documentation

◆ bytes_written

uint64_t _loop_data::bytes_written

Bytes written for the current file.

◆ err

int _loop_data::err

if non-zero, error seen while capturing

◆ go

bool _loop_data::go

true as long as we're supposed to keep capturing

◆ inpkts_to_sync_pipe

unsigned _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

int _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

bool _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

uint8_t* _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: