From: Nikhil on
problems(a)gmail wrote:
> Hi,
>
> I'd like to have a record of all the IPs I 'call'
> eg. when I fetch my gmail.
> Ie. all the various calls that make up the full dialog,
> from when I start with the browser @ 'gmail.com',
> until I log-off.
>
> == TIA.
>

probably you would need to sniff all the http (and https) traffic on
your system with tools like ethereal/wireshark/tcpdump

Nikhil