I am using the UDPClient class to send and receive messages on my loopback address. The executables are also interacting with each other. But why doesnt the traffic appear in wireshark?
BTW I am running windows inside parallels on OSX and can select only 1 interface that is my intel pro net network card in wireshark.
Here’s the key phrase:
The loopback address is a complete additional interface, not just an address. Wireshark is configured to listen on a specific interface, and I’m guessing the loopback interface is not it.