diff options
author | Vic Lee <llyzs@163.com> | 2011-01-21 13:03:40 +0800 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-01-31 17:47:44 +0100 |
commit | 030ccf673d96016733ffb3bef3feede20dba19a7 (patch) | |
tree | c1f9fbb7c509244881ff4a7b8b33f8981d7b9fe2 /rfb | |
parent | ffe30366d63fd318f0ee3b55dd9a60642bfb5d88 (diff) | |
download | libtdevnc-030ccf673d96016733ffb3bef3feede20dba19a7.tar.gz libtdevnc-030ccf673d96016733ffb3bef3feede20dba19a7.zip |
Add ARD (Apple Remote Desktop) security type support
Signed-off-by: Vic Lee <llyzs@163.com>
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfbproto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 023528b..73d200a 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -286,6 +286,7 @@ typedef char rfbProtocolVersionMsg[13]; /* allow extra byte for null */ #define rfbUltra 17 #define rfbTLS 18 #define rfbVeNCrypt 19 +#define rfbARD 30 #define rfbMSLogon 0xfffffffa #define rfbVeNCryptPlain 256 |