Hi, I'm doing a little hacking on Squid in client_side.cc and I need a way to obtain the client IP address from within parseHttpRequest(). In earlier versions of Squid this used to be in ConnStateData but now seems to have moved to the ClientHttpRequest class. Unfortunately, however, this structure does not seem to be fully populated when it's instantiated from parseHttpRequest() Could anyone suggest clean way of obtaining this information from within parseHttpRequest() ? Help much appreciated, Peter