0

How do I monitor the duplex udp traffic between two apps on my windows machine.

MDMarra
  • 100,734
  • 32
  • 197
  • 329
user111322
  • 101
  • 2

1 Answers1

1

It seems RawCap is capable of sniffing packets on localhost. Have a look at it: http://www.netresec.com/?page=RawCap. The .pcap file it generates can be opened with Wireshark, so that you can easily see what's been transmitted. Let me know if it worked.

Robbietjuh
  • 205
  • 3
  • 14