FreeRDP/server/proxy/channels
David Fort aff8fdac26 proxy: correctly handle dynamic channel fragmentation
This big patch fixes fragmentation handling in the dynamic channel. We used to
have a single state to handle fragmentation at the main dynamic channel level, but
in fact packets can be fragmented per sub channel. So we have to maintain a fragmentation
state per sub channel, this involve treating dynamic and static channels differentely
(so the size of the patch that has to implement state tracking per dynamic channels).
2022-06-17 08:38:57 +02:00
..
CMakeLists.txt proxy: rework proxy channel treatments for statefull drdynvc 2022-04-15 09:06:09 +02:00
pf_channel_drdynvc.c proxy: correctly handle dynamic channel fragmentation 2022-06-17 08:38:57 +02:00
pf_channel_drdynvc.h proxy: correctly handle dynamic channel fragmentation 2022-06-17 08:38:57 +02:00
pf_channel_rdpdr.c proxy: correctly handle dynamic channel fragmentation 2022-06-17 08:38:57 +02:00
pf_channel_rdpdr.h Added proxy intercept channels 2022-01-11 12:34:43 +01:00
pf_channel_smartcard.c proxy: Reset stream position before length check 2022-05-19 09:23:32 +02:00
pf_channel_smartcard.h Added proxy intercept channels 2022-01-11 12:34:43 +01:00