|
const char * | data_pdu_type_to_string (UINT8 type) |
|
static BOOL | rdp_read_flow_control_pdu (wStream *s, UINT16 *type, UINT16 *channel_id) |
|
static BOOL | rdp_write_share_control_header (wStream *s, UINT16 length, UINT16 type, UINT16 channel_id) |
|
static BOOL | rdp_write_share_data_header (wStream *s, UINT16 length, BYTE type, UINT32 share_id) |
|
BOOL | rdp_read_security_header (wStream *s, UINT16 *flags, UINT16 *length) |
|
BOOL | rdp_write_security_header (wStream *s, UINT16 flags) |
|
BOOL | rdp_read_share_control_header (wStream *s, UINT16 *tpktLength, UINT16 *remainingLength, UINT16 *type, UINT16 *channel_id) |
|
BOOL | rdp_read_share_data_header (wStream *s, UINT16 *length, BYTE *type, UINT32 *shareId, BYTE *compressedType, UINT16 *compressedLength) |
|
static BOOL | rdp_security_stream_init (rdpRdp *rdp, wStream *s, BOOL sec_header) |
|
wStream * | rdp_send_stream_init (rdpRdp *rdp) |
|
wStream * | rdp_send_stream_pdu_init (rdpRdp *rdp) |
|
wStream * | rdp_data_pdu_init (rdpRdp *rdp) |
|
BOOL | rdp_set_error_info (rdpRdp *rdp, UINT32 errorInfo) |
|
wStream * | rdp_message_channel_pdu_init (rdpRdp *rdp) |
|
BOOL | rdp_read_header (rdpRdp *rdp, wStream *s, UINT16 *length, UINT16 *channelId) |
|
void | rdp_write_header (rdpRdp *rdp, wStream *s, UINT16 length, UINT16 channelId) |
|
static BOOL | rdp_security_stream_out (rdpRdp *rdp, wStream *s, int length, UINT32 sec_flags, UINT32 *pad) |
|
static UINT32 | rdp_get_sec_bytes (rdpRdp *rdp, UINT16 sec_flags) |
|
BOOL | rdp_send (rdpRdp *rdp, wStream *s, UINT16 channel_id) |
|
BOOL | rdp_send_pdu (rdpRdp *rdp, wStream *s, UINT16 type, UINT16 channel_id) |
|
BOOL | rdp_send_data_pdu (rdpRdp *rdp, wStream *s, BYTE type, UINT16 channel_id) |
|
BOOL | rdp_send_message_channel_pdu (rdpRdp *rdp, wStream *s, UINT16 sec_flags) |
|
static BOOL | rdp_recv_server_shutdown_denied_pdu (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_recv_server_set_keyboard_indicators_pdu (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_recv_server_set_keyboard_ime_status_pdu (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_recv_set_error_info_data_pdu (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_recv_server_auto_reconnect_status_pdu (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_recv_server_status_info_pdu (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_recv_monitor_layout_pdu (rdpRdp *rdp, wStream *s) |
|
int | rdp_recv_data_pdu (rdpRdp *rdp, wStream *s) |
|
int | rdp_recv_message_channel_pdu (rdpRdp *rdp, wStream *s, UINT16 securityFlags) |
|
int | rdp_recv_out_of_sequence_pdu (rdpRdp *rdp, wStream *s) |
|
BOOL | rdp_decrypt (rdpRdp *rdp, wStream *s, UINT16 *pLength, UINT16 securityFlags) |
|
const char * | pdu_type_to_str (UINT16 pduType) |
|
static int | rdp_recv_tpkt_pdu (rdpRdp *rdp, wStream *s) |
|
static int | rdp_recv_fastpath_pdu (rdpRdp *rdp, wStream *s) |
|
static int | rdp_recv_pdu (rdpRdp *rdp, wStream *s) |
|
int | rdp_recv_callback (rdpTransport *transport, wStream *s, void *extra) |
|
BOOL | rdp_send_channel_data (rdpRdp *rdp, UINT16 channelId, const BYTE *data, size_t size) |
|
BOOL | rdp_channel_send_packet (rdpRdp *rdp, UINT16 channelId, size_t totalSize, UINT32 flags, const BYTE *data, size_t chunkSize) |
|
BOOL | rdp_send_error_info (rdpRdp *rdp) |
|
int | rdp_check_fds (rdpRdp *rdp) |
|
BOOL | freerdp_get_stats (rdpRdp *rdp, UINT64 *inBytes, UINT64 *outBytes, UINT64 *inPackets, UINT64 *outPackets) |
|
rdpRdp * | rdp_new (rdpContext *context) |
|
static void | rdp_reset_free (rdpRdp *rdp) |
|
BOOL | rdp_reset (rdpRdp *rdp) |
|
void | rdp_free (rdpRdp *rdp) |
|
const rdpTransportIo * | rdp_get_io_callbacks (rdpRdp *rdp) |
|
BOOL | rdp_set_io_callbacks (rdpRdp *rdp, const rdpTransportIo *io_callbacks) |
|
BOOL | rdp_set_io_callback_context (rdpRdp *rdp, void *usercontext) |
|
void * | rdp_get_io_callback_context (rdpRdp *rdp) |
|
const char * | rdp_finalize_flags_to_str (UINT32 flags, char *buffer, size_t size) |
|
BOOL | rdp_finalize_reset_flags (rdpRdp *rdp, BOOL clearAll) |
|
BOOL | rdp_finalize_set_flag (rdpRdp *rdp, UINT32 flag) |
|
BOOL | rdp_finalize_is_flag_set (rdpRdp *rdp, UINT32 flag) |
|
FreeRDP: A Remote Desktop Protocol Implementation RDP Core
Copyright 2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2014 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.