]> git.sesse.net Git - rdpsrv/blobdiff - rdp5.c
Try to send the odd 0x03 RDP5 data before bitmap updates.
[rdpsrv] / rdp5.c
diff --git a/rdp5.c b/rdp5.c
index e8fd59749ab8a86278be0b35c3bbc59792427d03..f84b8882146b14edf8b3cde385669adbef77196b 100644 (file)
--- a/rdp5.c
+++ b/rdp5.c
@@ -88,6 +88,11 @@ rdp5_process(STREAM s, BOOL encryption)
 
                switch (type)
                {
+                       case 16 ... 31:
+                               // unknown, but looks like some sort of
+                               // "count" of how many packets there are
+                               printf("Unimplemented RDP5 opcode (count?) %d, skipping\n", type);
+                               break;
                        case 32: { // mouse
                                listen_on_vnc = 1;
                                uint16 device_flags, x, y;