From 030ccf673d96016733ffb3bef3feede20dba19a7 Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Fri, 21 Jan 2011 13:03:40 +0800 Subject: Add ARD (Apple Remote Desktop) security type support Signed-off-by: Vic Lee Signed-off-by: Christian Beier --- rfb/rfbproto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rfb/rfbproto.h') 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 -- cgit v1.2.1