First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Identify UDP packets on client and server

  • retag add tags

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

AL's avatar
3
AL
asked 2023-02-08 14:17:00 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Jaap's avatar
13.7k
Jaap
answered 2023-02-08 16:42:55 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer