Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
tvbuff_rdp.h
Go to the documentation of this file.
1
14#ifndef __TVBUFF_RDP_H__
15#define __TVBUFF_RDP_H__
16
17#include <epan/wmem_scopes.h>
18#include <epan/tvbuff.h>
19
20typedef struct _zgfx_context_t zgfx_context_t;
21
22zgfx_context_t *zgfx_context_new(wmem_allocator_t *allocator);
23
24tvbuff_t *rdp8_decompress(zgfx_context_t *zgfx, wmem_allocator_t *allocator, tvbuff_t *tvb, unsigned offset);
25
26
27#endif /* __TVBUFF_RDP_H__ */
Definition wmem_allocator.h:27
Definition tvbuff_rdp.c:161
Definition tvbuff-int.h:35