Hello all
Where can i find detail on the protocol used by Webscense when it replies to a request so that i can connect the proxy server i am developing to a Webscense filter server using UDP
I have packet sniffed and can see the UDP request need to be in the format of
Date Now, IpFrom, IPto,Url,Username
But i am not sure what is in the byte array i get back from the server and i need to parse the data.
Regards