Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
tvbuff_rdp.h
Go to the documentation of this file.
1
13#pragma once
14#include <epan/wmem_scopes.h>
15#include <epan/tvbuff.h>
16
17typedef struct _zgfx_context_t zgfx_context_t;
18
25WS_DLL_PUBLIC zgfx_context_t *zgfx_context_new(wmem_allocator_t *allocator);
26
36WS_DLL_PUBLIC tvbuff_t *rdp8_decompress(zgfx_context_t *zgfx, wmem_allocator_t *allocator, tvbuff_t *tvb, unsigned offset);
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34
Definition tvbuff_rdp.c:162
Definition tvbuff-int.h:33
WS_DLL_PUBLIC zgfx_context_t * zgfx_context_new(wmem_allocator_t *allocator)
Create a new zgfx context.
Definition tvbuff_rdp.c:171
WS_DLL_PUBLIC tvbuff_t * rdp8_decompress(zgfx_context_t *zgfx, wmem_allocator_t *allocator, tvbuff_t *tvb, unsigned offset)
Decompress RDP8 data.
Definition tvbuff_rdp.c:481