/[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 658 by astrand, Fri Apr 16 11:36:29 2004 UTC revision 668 by astrand, Sat Apr 17 07:37:07 2004 UTC
# Line 893  process_data_pdu(STREAM s) Line 893  process_data_pdu(STREAM s)
893          uint8 data_pdu_type;          uint8 data_pdu_type;
894          uint8 ctype;          uint8 ctype;
895          uint16 clen;          uint16 clen;
896          int roff, rlen, len, ret;          int len;
897    #if 0
898            int roff, rlen, ret;
899          static struct stream ns;          static struct stream ns;
900          static signed char *dict = 0;          static signed char *dict = 0;
901    #endif
902    
903          in_uint8s(s, 6);        /* shareid, pad, streamid */          in_uint8s(s, 6);        /* shareid, pad, streamid */
904          in_uint16(s, len);          in_uint16(s, len);

Legend:
Removed from v.658  
changed lines
  Added in v.668

  ViewVC Help
Powered by ViewVC 1.1.26