|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Typedefs | |
| typedef struct _zgfx_context_t | zgfx_context_t |
Functions | |
| WS_DLL_PUBLIC zgfx_context_t * | zgfx_context_new (wmem_allocator_t *allocator) |
| Create a new zgfx context. | |
| WS_DLL_PUBLIC tvbuff_t * | rdp8_decompress (zgfx_context_t *zgfx, wmem_allocator_t *allocator, tvbuff_t *tvb, unsigned offset) |
| Decompress RDP8 data. | |
Various decompression routines used by RDP
Copyright (c) 2021 by David Fort conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.g.com
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| WS_DLL_PUBLIC tvbuff_t * rdp8_decompress | ( | zgfx_context_t * | zgfx, |
| wmem_allocator_t * | allocator, | ||
| tvbuff_t * | tvb, | ||
| unsigned | offset | ||
| ) |
Decompress RDP8 data.
| zgfx | Pointer to the zgfx context. |
| allocator | Memory allocator to use for allocating the decompressed data. |
| tvb | Pointer to the input tvbuff containing the compressed data. |
| offset | The offset within the tvbuff where the compressed data starts. |
| WS_DLL_PUBLIC zgfx_context_t * zgfx_context_new | ( | wmem_allocator_t * | allocator | ) |
Create a new zgfx context.
| allocator | Memory allocator to use for allocating the context. |