/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.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/rdp.c

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

revision 1422 by jsorg71, Mon Jan 8 04:47:06 2007 UTC revision 1423 by jsorg71, Sun Dec 23 06:45:47 2007 UTC
# Line 1030  process_system_pointer_pdu(STREAM s) Line 1030  process_system_pointer_pdu(STREAM s)
1030  {  {
1031          uint16 system_pointer_type;          uint16 system_pointer_type;
1032    
1033          in_uint16(s, system_pointer_type);          in_uint16_le(s, system_pointer_type);
1034          switch (system_pointer_type)          switch (system_pointer_type)
1035          {          {
1036                  case RDP_NULL_POINTER:                  case RDP_NULL_POINTER:
# Line 1238  process_data_pdu(STREAM s, uint32 * ext_ Line 1238  process_data_pdu(STREAM s, uint32 * ext_
1238          struct stream *ns = &(g_mppc_dict.ns);          struct stream *ns = &(g_mppc_dict.ns);
1239    
1240          in_uint8s(s, 6);        /* shareid, pad, streamid */          in_uint8s(s, 6);        /* shareid, pad, streamid */
1241          in_uint16(s, len);          in_uint16_le(s, len);
1242          in_uint8(s, data_pdu_type);          in_uint8(s, data_pdu_type);
1243          in_uint8(s, ctype);          in_uint8(s, ctype);
1244          in_uint16(s, clen);          in_uint16_le(s, clen);
1245          clen -= 18;          clen -= 18;
1246    
1247          if (ctype & RDP_MPPC_COMPRESSED)          if (ctype & RDP_MPPC_COMPRESSED)

Legend:
Removed from v.1422  
changed lines
  Added in v.1423

  ViewVC Help
Powered by ViewVC 1.1.26