Wireshark can't capture UDP packet
I use "Packet Sender" to send UDP packet to my debugging board, and use same PC Wireshark to capture the packet. but no data captured in wireshark. The data sending out is with "port = 2015", and I set the wireshark filter is "udp.port == 2015".
Something wrong with my wireshark or packet sender?