Wireshark does not have the ability to attach itself to a process and look at its packets. I'm looking for all outgoing and ingoing packets to a specific process.
Wireshark does not have the ability to attach itself to a process and look at its packets. I'm looking for all outgoing and ingoing packets to a specific process.
But it does have the ability to look at all in/outgoing packets on specific ports. Could you not just monitor the port?
@computerquip: You want WPE PRO (if you're using windows)
WPE PRO works by injecting the dll that comes with it (wpespy.dll IIRC) and hooks the winsock functions.
I don't know of an alternative for linux but it would work the same. Use the ptrace system call to do what you need in order to hook the socket functions.