tags:

views:

18

answers:

1

I need to capture the remote addresses that a program connects to and the data that it sends and receives on Win 7. any suggestion for the program I can choose?

A: 

Use Wireshark (which includes the libpcap packet capture library). Wireshark provides a packet sniffer GUI and a number of analysis tools that will summarize traffic by endpoint(s), protocols, and other characteristics. http://www.wireshark.org/

Jim Garrison