/[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 435 by astrand, Wed Jul 9 09:18:20 2003 UTC revision 438 by jsorg71, Fri Aug 1 17:01:58 2003 UTC
# Line 21  Line 21 
21    
22  #include "rdesktop.h"  #include "rdesktop.h"
23    
24  extern uint8 *next_packet;  extern uint8 *g_next_packet;
25    
26  void  void
27  rdp5_process(STREAM s, BOOL encryption)  rdp5_process(STREAM s, BOOL encryption)
# Line 45  rdp5_process(STREAM s, BOOL encryption) Line 45  rdp5_process(STREAM s, BOOL encryption)
45          {          {
46                  in_uint8(s, type);                  in_uint8(s, type);
47                  in_uint16_le(s, length);                  in_uint16_le(s, length);
48                  next_packet = next = s->p + length;                  g_next_packet = next = s->p + length;
49    
50                  switch (type)                  switch (type)
51                  {                  {

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

  ViewVC Help
Powered by ViewVC 1.1.26