13#ifndef __PACKET_RDP_H__
14#define __PACKET_RDP_H__
20#define RDP_MAX_CHANNELS 31
25 RDP_CHANNEL_CLIPBOARD,
51 rdp_known_channel_t channelType;
62} rdp_server_address_t;
67 uint32_t staticChannelId;
68 uint32_t messageChannelId;
69 uint32_t encryptionMethod;
70 uint32_t encryptionLevel;
71 uint32_t licenseAgreed;
72 rdp_server_address_t serverAddr;
75 rdp_channel_def_t staticChannels[RDP_MAX_CHANNELS+1];
78unsigned dissect_rdp_bandwidth_req(tvbuff_t *tvb,
unsigned offset,
packet_info *pinfo, proto_tree *tree,
bool from_server);
79void rdp_transport_set_udp_conversation(
const packet_info *pinfo,
bool reliable, uint32_t reqId,
struct _address address
Holds a network or link-layer address of any supported type.
struct conversation conversation_t
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
struct _wmem_array_t wmem_array_t
Opaque type representing a dynamically resizable array in the wmem system.
Definition wmem_array.h:42
struct _wmem_multimap_t wmem_multimap_t
Opaque type representing a hash multimap in the wmem system.
Definition wmem_multimap.h:62
Definition packet-rdp.h:48
Definition packet-rdp.h:66
Definition packet-rdp.h:59
Definition packet-rdp.h:33
Definition packet-rdp.h:41