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

Public Attributes

WFILE_T fh
 
int file_type_subtype
 
int snaplen
 
int file_encap
 
wtap_compression_type compression_type
 
bool needs_reload
 
int64_t bytes_dumped
 
void * priv
 
void * wslua_data
 
subtype_add_idb_func subtype_add_idb
 
subtype_write_func subtype_write
 
subtype_finish_func subtype_finish
 
addrinfo_lists_taddrinfo_lists
 
GArray * shb_hdrs
 
const GArray * shb_iface_to_global
 
GArray * interface_data
 
GArray * dsbs_initial
 
const GArray * nrbs_growing
 
const GArray * dsbs_growing
 
const GArray * mevs_growing
 
unsigned nrbs_growing_written
 
unsigned dsbs_growing_written
 
unsigned mevs_growing_written
 

Member Data Documentation

◆ addrinfo_lists

addrinfo_lists_t* wtap_dumper::addrinfo_lists

Struct containing lists of resolved addresses

◆ dsbs_growing

const GArray* wtap_dumper::dsbs_growing

A reference to an array of DSBs (of type wtap_block_t)

◆ dsbs_growing_written

unsigned wtap_dumper::dsbs_growing_written

Number of already processed DSBs in dsbs_growing.

◆ dsbs_initial

GArray* wtap_dumper::dsbs_initial

An array of initial DSBs (of type wtap_block_t)

◆ interface_data

GArray* wtap_dumper::interface_data

An array holding the interface data from pcapng IDB:s or equivalent(?) NULL if not present.

◆ mevs_growing

const GArray* wtap_dumper::mevs_growing

A reference to an array of Sysdig meta events (of type wtap_block_t)

◆ mevs_growing_written

unsigned wtap_dumper::mevs_growing_written

Number of already processed meta events in mevs_growing.

◆ nrbs_growing

const GArray* wtap_dumper::nrbs_growing

A reference to an array of NRBs (of type wtap_block_t)

◆ nrbs_growing_written

unsigned wtap_dumper::nrbs_growing_written

Number of already processed NRBs in nrbs_growing.

◆ shb_iface_to_global

const GArray* wtap_dumper::shb_iface_to_global

An array mapping the per-section interface numbers to global IDs


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