Joseph,
SSH protocol doesn't provide any tunneling support for UDP protocol, so wodSSHTunnel doesn't to it also - simply because there are no technical abilities in SSH to do so.
But... Is your APP VB? Why don't you put Winsock ActiveX on it that listens on UDP port, and when packets arrive it could send it to some predefined TCP port that is tunneled through wodSSHTUnnel? Of course, on the other side, *something* need to redirect from TCP to UDP back?
Or use some 3rd party app that would do it, I'm sure there are some free ones.
Kreso