It's simple to use a tool like Wireshark to see broadcast traffic coming from my machine.
However, what tool is available to determine, on that machine, which actual process is generating the broadcast traffic?
I've used NETSTAT in the past to see what processes have certain ports opened. However, this doesn't help with broadcast traffic.
My machine is sending out some traffic to 255.255.255.255 UDP, and I want to know which process is doing so.
Thanks!