/[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 779 by jsorg71, Mon Oct 4 03:21:58 2004 UTC revision 782 by astrand, Thu Oct 7 13:00:29 2004 UTC
# Line 1092  process_data_pdu(STREAM s, uint32 * ext_ Line 1092  process_data_pdu(STREAM s, uint32 * ext_
1092          if (ctype & RDP_MPPC_COMPRESSED)          if (ctype & RDP_MPPC_COMPRESSED)
1093          {          {
1094                  if (len > RDP_MPPC_DICT_SIZE)                  if (len > RDP_MPPC_DICT_SIZE)
1095                    error("error decompressed packet size exceeds max\n");                          error("error decompressed packet size exceeds max\n");
1096                  if (mppc_expand(s->p, clen, ctype, &roff, &rlen) == -1)                  if (mppc_expand(s->p, clen, ctype, &roff, &rlen) == -1)
1097                          error("error while decompressing packet\n");                          error("error while decompressing packet\n");
1098    

Legend:
Removed from v.779  
changed lines
  Added in v.782

  ViewVC Help
Powered by ViewVC 1.1.26