choosing another VM instance in PCB

This commit is contained in:
Lysann Kessler 2012-06-02 21:34:06 +02:00
parent 8afdf99e61
commit ee9b0b93a1

View File

@ -59,7 +59,7 @@ boolean rdp_send_pcb(rdpNego* nego) {
STREAM* s;
// XXX: this is a fixed RDP_PRECONNECTION_PDU_V2, with Id=0 and a Hyper-V instance id as string
// must be customizable in the final version.
uint8 buf[] = {0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x32, 0x00, 0x37, 0x00, 0x41, 0x00, 0x41, 0x00, 0x39, 0x00, 0x30, 0x00, 0x46, 0x00, 0x42, 0x00, 0x2d, 0x00, 0x36, 0x00, 0x43, 0x00, 0x30, 0x00, 0x44, 0x00, 0x2d, 0x00, 0x34, 0x00, 0x42, 0x00, 0x34, 0x00, 0x33, 0x00, 0x2d, 0x00, 0x42, 0x00, 0x36, 0x00, 0x31, 0x00, 0x32, 0x00, 0x2d, 0x00, 0x36, 0x00, 0x41, 0x00, 0x37, 0x00, 0x37, 0x00, 0x45, 0x00, 0x34, 0x00, 0x38, 0x00, 0x45, 0x00, 0x46, 0x00, 0x44, 0x00, 0x36, 0x00, 0x46, 0x00, 0x00, 0x00};
uint8 buf[] = {0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x32, 0x00, 0x39, 0x00, 0x46, 0x00, 0x46, 0x00, 0x43, 0x00, 0x46, 0x00, 0x35, 0x00, 0x42, 0x00, 0x2d, 0x00, 0x43, 0x00, 0x33, 0x00, 0x36, 0x00, 0x43, 0x00, 0x2d, 0x00, 0x34, 0x00, 0x34, 0x00, 0x35, 0x00, 0x38, 0x00, 0x2d, 0x00, 0x38, 0x00, 0x39, 0x00, 0x34, 0x00, 0x43, 0x00, 0x2d, 0x00, 0x33, 0x00, 0x41, 0x00, 0x33, 0x00, 0x30, 0x00, 0x32, 0x00, 0x37, 0x00, 0x30, 0x00, 0x39, 0x00, 0x31, 0x00, 0x35, 0x00, 0x31, 0x00, 0x42, 0x00, 0x00, 0x00};
if(!nego_tcp_connect(nego)) return false;