Commit Graph

3 Commits

Author SHA1 Message Date
João Valverde b30a2112e8 regex: Prefer C99/POSIX types
Replace 'gssize' with 'ssize_t'.

Add a CMake configure check for ssize_t.

Fix missing "config.h" includes.
2021-11-15 02:41:59 +00:00
Stig Bjørlykke c6b046abd7 rdp: Fix compile errors
Remove double typedef zgfx_context_t.
Change from size_t to guint32 for a `residue` variable.
2021-10-03 10:31:07 +02:00
David Fort 09f762ba5e rdp: add dissector for the egfx channel
This patch adds basic dissection for the egfx channel. It also fixes fragmentation
in the dynamic channel, and also introduces some of the decompressors involved in RDP
traffic.
2021-10-02 11:15:32 +02:00