Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_exp_pdu_t Struct Reference

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_dumperwdh
GArray * shb_hdrs
wtapng_iface_descriptions_tidb_inf
uint32_t framenum

Detailed Description

Holds the state and metadata required to export PDUs to a pcapng output file.

Member Data Documentation

◆ framenum

uint32_t _exp_pdu_t::framenum

Frame number of the packet currently being exported.

◆ idb_inf

wtapng_iface_descriptions_t* _exp_pdu_t::idb_inf

Interface Description Block (IDB) metadata written into the output file.

◆ pathname

char* _exp_pdu_t::pathname

Path to the output file to which exported PDUs are written.

◆ pkt_encap

int _exp_pdu_t::pkt_encap

wtap encapsulation type applied to exported packets.

◆ shb_hdrs

GArray* _exp_pdu_t::shb_hdrs

Array of Section Header Block (SHB) headers to write into the output file.

◆ wdh

wtap_dumper* _exp_pdu_t::wdh

Handle to the wtap dumper used to write packets to the output file.


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