Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

DSM plugin, dev question...

Should you have problems with the DSM plugin, here's the place to look for help or report issues
Post Reply
Spodletela
Posts: 4
Joined: 2004-12-30 17:36

DSM plugin, dev question...

Post by Spodletela »

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.
UltraSam
Admin & Developer
Admin & Developer
Posts: 462
Joined: 2004-04-26 20:55
Contact:

Re: DSM plugin, dev question...

Post by UltraSam »

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.
UltraSam
Spodletela
Posts: 4
Joined: 2004-12-30 17:36

Re: DSM plugin, dev question...

Post by Spodletela »

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.
Ok, great, thank you very much.
Post Reply