I wonder if it is possible to dump a specific traffic that goes through Squid. For example acl user src 192.168.3.2 acl server dst 200.33.59.12 acl dstprt port 80 I'd like to dump all traffic from 192.168.3.2 to 200.33.59.12:80 to a file. Is this possible? TIA LD