Ask Your Question
0

Wireshark can't capture UDP packet

asked 2021-05-02 12:16:50 +0000

RabbitZ gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-05-02 13:03:40 +0000

grahamb gravatar image

Are you sure you're capturing in the same interface the UDP packets are being transmitted from?

It appears that, by default, Packet Sender doesn't bind to a particular source IP (and hence interface) unless specified, so will use the interface with the best route to the destination address.

The other issue may be your "debugging" board isn't responding to ARP requests so the sending PC can't get a MAC address to send to. Do you see ARP requests, if not try capturing with a less restrictive filter?

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-05-02 12:16:50 +0000

Seen: 2,316 times

Last updated: May 02 '21