/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp5.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdp5.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 434 by matthewc, Tue Jul 1 09:31:25 2003 UTC revision 435 by astrand, Wed Jul 9 09:18:20 2003 UTC
# Line 49  rdp5_process(STREAM s, BOOL encryption) Line 49  rdp5_process(STREAM s, BOOL encryption)
49    
50                  switch (type)                  switch (type)
51                  {                  {
52                          /* Thanks to Jeroen Meijer <jdmeijer at yahoo                                  /* Thanks to Jeroen Meijer <jdmeijer at yahoo
53                             dot com> for finding out the meaning of                                     dot com> for finding out the meaning of
54                             most of the opcodes here. Especially opcode                                     most of the opcodes here. Especially opcode
55                             8! :) */                                     8! :) */
56                          case 0: /* orders */                          case 0: /* orders */
57                                  in_uint16_le(s, count);                                  in_uint16_le(s, count);
58                                  process_orders(s, count);                                  process_orders(s, count);
# Line 70  rdp5_process(STREAM s, BOOL encryption) Line 70  rdp5_process(STREAM s, BOOL encryption)
70                          case 5:                          case 5:
71                                  process_null_system_pointer_pdu(s);                                  process_null_system_pointer_pdu(s);
72                                  break;                                  break;
73                          case 8:                          case 8:
74                                  in_uint16_le(s, x);                                  in_uint16_le(s, x);
75                                  in_uint16_le(s, y);                                  in_uint16_le(s, y);
76                                  if (s_check(s))                                  if (s_check(s))

Legend:
Removed from v.434  
changed lines
  Added in v.435

  ViewVC Help
Powered by ViewVC 1.1.26