Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <wtap.h>
Public Attributes | |
int | encap |
int | snaplen |
int | tsprec |
GArray * | shb_hdrs |
const GArray * | shb_iface_to_global |
wtapng_iface_descriptions_t * | idb_inf |
const GArray * | nrbs_growing |
GArray * | dsbs_initial |
const GArray * | dsbs_growing |
const GArray * | mevs_growing |
bool | dont_copy_idbs |
Parameters for various wtap_dump_* functions, specifying per-file information. The structure itself is no longer used after returning from wtap_dump_*, but its pointer fields must remain valid until wtap_dump_close is called.
bool wtap_dump_params::dont_copy_idbs |
XXX - don't copy IDBs; this should eventually always be the case.
const GArray* wtap_dump_params::dsbs_growing |
DSBs that will be written while writing packets, or NULL. This array may grow since the dumper was opened and will subsequently be written before newer packets are written in wtap_dump.
GArray* wtap_dump_params::dsbs_initial |
The initial Decryption Secrets Block(s) to be written, or NULL.
int wtap_dump_params::encap |
Per-file packet encapsulation, or WTAP_ENCAP_PER_PACKET
wtapng_iface_descriptions_t* wtap_dump_params::idb_inf |
The interface description information, or NULL.
const GArray* wtap_dump_params::mevs_growing |
Meta events that will be written while writing packets, or NULL. This array may grow since the dumper was opened and will subsequently be written before newer packets are written in wtap_dump.
const GArray* wtap_dump_params::nrbs_growing |
NRBs that will be written while writing packets, or NULL. This array may grow since the dumper was opened and will subsequently be written before newer packets are written in wtap_dump.
GArray* wtap_dump_params::shb_hdrs |
The section header block(s) information, or NULL.
const GArray* wtap_dump_params::shb_iface_to_global |
An array mapping the per-section interface numbers to global IDs This array may grow after the dumper is opened if a new section header is read.
int wtap_dump_params::snaplen |
Per-file snapshot length (what if it's per-interface?)
int wtap_dump_params::tsprec |
Per-file time stamp precision