diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2008-04-22 06:26:03 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2008-04-22 06:26:03 +0000 |
commit | 93a72cee35c16c9f1867d50189075d875a51a0e2 (patch) | |
tree | 6183dcb2bc09a9569880a20b5141fe2863736eca /doc | |
parent | 5cf6b2ab2afe76cbcaae2141317187bec4f21bf4 (diff) | |
download | tigervnc-93a72cee35c16c9f1867d50189075d875a51a0e2.tar.gz tigervnc-93a72cee35c16c9f1867d50189075d875a51a0e2.zip |
New text document to keep the list of all allocated codes and signatures used in TightVNC extensions of the RFB protocol.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2552 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r-- | doc/registered-codes.txt | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/doc/registered-codes.txt b/doc/registered-codes.txt new file mode 100644 index 00000000..ed97a064 --- /dev/null +++ b/doc/registered-codes.txt @@ -0,0 +1,94 @@ +[Vendor=TGHT] +Title: TightVNC +Web: http://www.tightvnc.com/ + +[Vendor=STDV] +Title: RealVNC +Web: http://www.realvnc.com/ + +[Vendor=TRDV] +Title: TridiaVNC +Web: http://www.tridiavnc.com/ + +[Vendor=GGI_] +Title: General Graphics Interface Project +Web: http://www.ggi-project.org/ + +[Tunneling=0] +Vendor: TGHT +Signature: NOTUNNEL +Abbrev: NoTunelling +Description: No tunneling + +[Auth=1] +Vendor: STDV +Signature: NOAUTH__ +Abbrev: AuthNone +Description: No authentication + +[Auth=2] +Vendor: STDV +Signature: VNCAUTH_ +Abbrev: AuthVNC +Description: Standard VNC Authentication + +[Auth=129] +Vendor: THGT +Signature: ULGNAUTH +Abbrev: AuthUnixLogin +Description: Unix Login Authentication +Notes: Not used in public versions + +[Auth=130] +Vendor: THGT +Signature: XTRNAUTH +Abbrev: AuthExternal +Description: External Authentication +Notes: Not used in public versions + +[ServerMessageRange=130..149] +Vendor: THGT +Description: TightVNC File Transfers + +[ServerMessage=150] +Vendor: THGT +Signature: CUS_EOCU +Abbrev: EndOfContinuousUpdates +Description: End Of Continuous Updates + +[ServerMessage=253] +Vendor: GGI_ +Signature: GII_SERV + +[ClientMessageRange=130..150] +Vendor: THGT +Description: TightVNC File Transfers + +[ClientMessage=150] +Vendor: THGT +Signature: CUC_ENCU +Abbrev: EnableContinuousUpdates +Description: Enable/Disable Continuous Updates + +[ClientMessage=151] +Vendor: THGT +Signature: VRECTSEL +Abbrev: VideoRectangleSelection +Description: Video Rectangle Selection + +[ClientMessage=253] +Vendor: GGI_ +Signature: GII_CLNT + +[EncodingRange=0xFFFFFF00..0xFFFFFFFF] +AltNotation: -256..-1 +AltNotation: 4294967040..4294967295 +Vendor: TGHT +Description: TightVNC-Specific Pseudo-Encodings + +[Encoding=0xFFFFFECF] +AltNotation: -305 +AltNotation: 4294966991 +Vendor: GGI_ +Signature: GII_____ + |