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