13#ifndef __PACKET_RDP_H__
14#define __PACKET_RDP_H__
20#define RDP_MAX_CHANNELS 31
25 RDP_CHANNEL_CLIPBOARD,
34 rdp_known_channel_t channelType;
44 uint32_t staticChannelId;
45 uint32_t messageChannelId;
46 uint32_t encryptionMethod;
47 uint32_t encryptionLevel;
48 uint32_t licenseAgreed;
56void rdp_transport_set_udp_conversation(
const address *serverAddr, uint16_t serverPort,
bool reliable, uint32_t reqId,
Definition packet_info.h:43
Definition packet-rdp.h:31
Definition packet-rdp.h:43
Definition packet-rdp.h:37
Definition conversation.h:223
Definition tvbuff-int.h:35