|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Represents a single object extracted from a packet capture for export.
| char* _export_object_entry_t::content_type |
MIME content type of the exported object (e.g. "image/png", "text/html").
| char* _export_object_entry_t::filename |
Suggested filename for saving the exported object, if available.
| char* _export_object_entry_t::hostname |
Hostname of the server that served the object, if available.
| uint8_t* _export_object_entry_t::payload_data |
Raw bytes of the exported object's payload.
| size_t _export_object_entry_t::payload_len |
Length in bytes of the exported object's payload data.
| uint32_t _export_object_entry_t::pkt_num |
Packet number in the capture from which this object was extracted.