Wireshark 4.5.0
The Wireshark network protocol analyzer
|
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_t * | addrinfo_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 |
addrinfo_lists_t* wtap_dumper::addrinfo_lists |
Struct containing lists of resolved addresses
const GArray* wtap_dumper::dsbs_growing |
A reference to an array of DSBs (of type wtap_block_t)
unsigned wtap_dumper::dsbs_growing_written |
Number of already processed DSBs in dsbs_growing.
GArray* wtap_dumper::dsbs_initial |
An array of initial DSBs (of type wtap_block_t)
GArray* wtap_dumper::interface_data |
An array holding the interface data from pcapng IDB:s or equivalent(?) NULL if not present.
const GArray* wtap_dumper::mevs_growing |
A reference to an array of Sysdig meta events (of type wtap_block_t)
unsigned wtap_dumper::mevs_growing_written |
Number of already processed meta events in mevs_growing.
const GArray* wtap_dumper::nrbs_growing |
A reference to an array of NRBs (of type wtap_block_t)
unsigned wtap_dumper::nrbs_growing_written |
Number of already processed NRBs in nrbs_growing.
const GArray* wtap_dumper::shb_iface_to_global |
An array mapping the per-section interface numbers to global IDs