|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Holds the state and metadata required to export PDUs to a pcapng output file. More...
#include <tap_export_pdu.h>
Public Attributes | |
| char * | pathname |
| int | pkt_encap |
| wtap_dumper * | wdh |
| GArray * | shb_hdrs |
| wtapng_iface_descriptions_t * | idb_inf |
| uint32_t | framenum |
Holds the state and metadata required to export PDUs to a pcapng output file.
| uint32_t _exp_pdu_t::framenum |
Frame number of the packet currently being exported.
| wtapng_iface_descriptions_t* _exp_pdu_t::idb_inf |
Interface Description Block (IDB) metadata written into the output file.
| char* _exp_pdu_t::pathname |
Path to the output file to which exported PDUs are written.
| int _exp_pdu_t::pkt_encap |
wtap encapsulation type applied to exported packets.
| GArray* _exp_pdu_t::shb_hdrs |
Array of Section Header Block (SHB) headers to write into the output file.
| wtap_dumper* _exp_pdu_t::wdh |
Handle to the wtap dumper used to write packets to the output file.