X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=rdp5.c;h=f84b8882146b14edf8b3cde385669adbef77196b;hp=e8fd59749ab8a86278be0b35c3bbc59792427d03;hb=634d61e2e7f380a8c695cc49323f975393b604c8;hpb=e61b2ca4693510c74cb5c8e90e8a53522cbc9219 diff --git a/rdp5.c b/rdp5.c index e8fd597..f84b888 100644 --- 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;