citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

per writeInteger encoding error #49

Open mannyosou opened 8 years ago

mannyosou commented 8 years ago

edit: markdown messed up the diff. This line: elif value < 0xffff: should be: elif value <= 0xffff: