Ask Your Question
0

Identify UDP packets on client and server

asked 2023-02-08 14:17:00 +0000

AL gravatar image

I am troubleshooting some issue and suspect may be due toi UDP packets dropped between client and server

I have captured at the same time on both client and server

In the trace, can I use a unuque identifier for a UDP packet that I can see being sent from server and then see same packet arrive on the client side

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-02-08 16:42:55 +0000

Jaap gravatar image

By its very nature there are no unique identifiers in UDP streams, it's a connectionless, non-acknowledged transport. However, you can leverage the data dissectors feature of generating an MD5 hash of the payload. By comparing the hashes in both captures you may be able to find what you seek.

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: 2023-02-08 14:17:00 +0000

Seen: 208 times

Last updated: Feb 08 '23