Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
DSM plugin, dev question...
-
- Posts: 4
- Joined: 2004-12-30 17:36
DSM plugin, dev question...
I am looking at dsm plugin, but i cant figure out (well, i said looking, not studying...), how to detect if the buffer you are encrypting is the first buffer (send/received) on some connection?
Last edited by Spodletela on 2006-10-02 11:31, edited 2 times in total.
Re: DSM plugin, dev question...
The first buffer is send during rfb protocole handshaking while a ultravNC session is initiated.
So you can try to look for "RFB 3.3" at the beginning of the non-encrypted buffer to detect that it is the first one.
So you can try to look for "RFB 3.3" at the beginning of the non-encrypted buffer to detect that it is the first one.
UltraSam
-
- Posts: 4
- Joined: 2004-12-30 17:36
Re: DSM plugin, dev question...
Ok, great, thank you very much.UltraSam wrote:The first buffer is send during rfb protocole handshaking while a ultravNC session is initiated.
So you can try to look for "RFB 3.3" at the beginning of the non-encrypted buffer to detect that it is the first one.