|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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) |
Describes a single decompression algorithm available in the "Decode As" list of ShowPacketBytesDialog.
Decompression function pointer; takes a tvbuff and offset/length, returns a new tvbuff.
| QString uncompress_list_t::name |
Human-readable name of the decompression algorithm.