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

Describes a single decompression algorithm available in the "Decode As" list of ShowPacketBytesDialog. More...

#include <show_packet_bytes_dialog.h>

Public Attributes

QString name
 
tvbuff_t *(* function )(tvbuff_t *, unsigned, unsigned)
 

Detailed Description

Describes a single decompression algorithm available in the "Decode As" list of ShowPacketBytesDialog.

Member Data Documentation

◆ function

tvbuff_t *(* uncompress_list_t::function) (tvbuff_t *, unsigned, unsigned)

Decompression function pointer; takes a tvbuff and offset/length, returns a new tvbuff.

◆ name

QString uncompress_list_t::name

Human-readable name of the decompression algorithm.


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