UDP packets to IP addresses other than specific ones not arriving and not shown in Wireshark
- by Max
I'm writing a service using UDP, but I can't manage to reply to the client.
When sending to the client via the DHCP-assigned IP (192.168.1.143) Wireshark shows no sent packets. The server receives and Wireshark shows any packet sent by the client (broadcasted).
If I send to a random, unassigned IP Wireshark doesn't show it. I thought the NIC…