I'm looking for a program that can trace what a specific program on my computer is sending/receiving over my Ethernet connection. I'm not trying to crack a password or anything.
Thanks
|
I'm looking for a program that can trace what a specific program on my computer is sending/receiving over my Ethernet connection. I'm not trying to crack a password or anything. Thanks | |||
|
feedback
|
|
In answer to your update... Wireshark wont let you filter by process, but depending on what kind of packets the process sends out, you could get creative and filter by port or some other pattern in the packets (assuming any exists). Otherwise, if youre running windows, netmon apparently lets you filter by process, but Ive never used netmon before and Im just repeating what Ive read somewhere else. | |||||
feedback
|
|
The type of program you speak of is called a packet sniffer. Wireshark(formerly known as Ethereal) is free and will do it. | |||||||||||
feedback
|