My objective:

Itunes talks to their cloud servers. I want to be able to know which URL they are talking to when I use my Itunes. How can I do that?

link|improve this question

74% accept rate
feedback

1 Answer

I'd recommend WireShark if you want to also see the data being sent. If you just want to see the hostnames/IP addresses that your applications are connecting to, you can use a more lightweight utility like TCPView or Windows' built-in netstat -b.

link|improve this answer
1  
I'd recommend Wireshark... seeing as it's not 2006. – sblair Apr 16 '10 at 0:40
Oops! ROFL...I forgot about their spiffy name change; thanks for the correction. :) – rob Apr 16 '10 at 0:41
Without a doubt, WireShark. – Software Monk Apr 17 '10 at 6:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.