/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpdr.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/rdpdr.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 554 by stargo, Tue Dec 9 09:57:44 2003 UTC
# Line 62  rdpdr_send_available(void) Line 62  rdpdr_send_available(void)
62  #if 1  #if 1
63          out_uint32_le(s, 0x1);  /* Device type 0x1 - serial */          out_uint32_le(s, 0x1);  /* Device type 0x1 - serial */
64          out_uint32_le(s, 0);    /* Handle */          out_uint32_le(s, 0);    /* Handle */
65          out_uint8p(s, "COM2", 4);          out_uint8p(s, "COM4", 4);
66          out_uint8s(s, 4);       /* Pad to 8 */          out_uint8s(s, 4);       /* Pad to 8 */
67          out_uint32(s, 0);          out_uint32(s, 0);
68  #endif  #endif
# Line 209  static void Line 209  static void
209  rdpdr_process(STREAM s)  rdpdr_process(STREAM s)
210  {  {
211          uint32 handle;          uint32 handle;
212          char *magic;          uint8 *magic;
213    
214          printf("rdpdr_process\n");          printf("rdpdr_process\n");
215          hexdump(s->p, s->end - s->p);          hexdump(s->p, s->end - s->p);

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

  ViewVC Help
Powered by ViewVC 1.1.26