Skip to content

Commit

Permalink
Merge pull request #135 from GoSecure/new_rdp_version
Browse files Browse the repository at this point in the history
Added new RDP version
  • Loading branch information
Pourliver authored Jul 16, 2019
2 parents 63a2a08 + 2ff7b04 commit 44f9e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrdp/enum/rdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ class RDPVersion(IntEnum):
RDP10_4 = 0x80009
RDP10_5 = 0x8000A
RDP10_6 = 0x8000B
RDP10_7 = 0x8000C


class ColorDepth(IntEnum):
Expand Down

0 comments on commit 44f9e82

Please sign in to comment.