Hi all, I need to log all requests that pass through a proxy but the protocol is binary (LDAP) so I can't just dump the bytestream as in the sample provided in the documentation. Besides, I want to be able to replay it later so I need to transform it to a standard form (DSMLv2 in this case). Can someone point to an example of a higher level protocol proxy that also does some basic message processing? It doesn't need to be a complete implementation, just enough to get me started as I've been running around in circles for a week now.
Thanks, Peter
