/[rdesktop]/sourceforge.net/trunk/rdpproxy/pparser.py
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/rdpproxy/pparser.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 819 by astrand, Thu Feb 24 09:45:31 2005 UTC revision 820 by astrand, Thu Feb 24 09:47:19 2005 UTC
# Line 15  from keymap import keymap Line 15  from keymap import keymap
15  keys = keymap("keymaps", 'sv')  keys = keymap("keymaps", 'sv')
16  currentchannel = 0  currentchannel = 0
17    
18  rdp_channel_flags = [(0x80000000, "OPTION_INITIALIZED"),  rdp_channel_flags = [(0x80000000L, "OPTION_INITIALIZED"),
19                       (1073741824, "OPTION_ENCRYPT_RDP"),                       (1073741824, "OPTION_ENCRYPT_RDP"),
20                       (536870912, "OPTION_ENCRYPT_SC"),                       (536870912, "OPTION_ENCRYPT_SC"),
21                       (268435456, "OPTION_ENCRYPT_CS"),                       (268435456, "OPTION_ENCRYPT_CS"),

Legend:
Removed from v.819  
changed lines
  Added in v.820

  ViewVC Help
Powered by ViewVC 1.1.26