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

Represents a single object extracted from a packet capture for export. More...

#include <export_object.h>

Public Attributes

uint32_t pkt_num
 
char * hostname
 
char * content_type
 
char * filename
 
size_t payload_len
 
uint8_t * payload_data
 

Detailed Description

Represents a single object extracted from a packet capture for export.

Member Data Documentation

◆ content_type

char* _export_object_entry_t::content_type

MIME content type of the exported object (e.g. "image/png", "text/html").

◆ filename

char* _export_object_entry_t::filename

Suggested filename for saving the exported object, if available.

◆ hostname

char* _export_object_entry_t::hostname

Hostname of the server that served the object, if available.

◆ payload_data

uint8_t* _export_object_entry_t::payload_data

Raw bytes of the exported object's payload.

◆ payload_len

size_t _export_object_entry_t::payload_len

Length in bytes of the exported object's payload data.

◆ pkt_num

uint32_t _export_object_entry_t::pkt_num

Packet number in the capture from which this object was extracted.


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