CVS: rdesktop rdp.c,1.99,1.100
Jay Sorg <[email protected]> Sat, 22 Dec 2007 22:45:49 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32005
Modified Files:
rdp.c
Log Message:
rdp endian is always le
Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** rdp.c 8 Jan 2007 04:47:05 -0000 1.99
--- rdp.c 23 Dec 2007 06:45:47 -0000 1.100
***************
*** 1031,1035 ****
uint16 system_pointer_type;
! in_uint16(s, system_pointer_type);
switch (system_pointer_type)
{
--- 1031,1035 ----
uint16 system_pointer_type;
! in_uint16_le(s, system_pointer_type);
switch (system_pointer_type)
{
***************
*** 1239,1246 ****
in_uint8s(s, 6); /* shareid, pad, streamid */
! in_uint16(s, len);
in_uint8(s, data_pdu_type);
in_uint8(s, ctype);
! in_uint16(s, clen);
clen -= 18;
--- 1239,1246 ----
in_uint8s(s, 6); /* shareid, pad, streamid */
! in_uint16_le(s, len);
in_uint8(s, data_pdu_type);
in_uint8(s, ctype);
! in_uint16_le(s, clen);
clen -= 18;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/