I have a file capture of 5000 RTP packets. I need to verify if the packets are recieved in the same sequence as sent. How do i check if there is any out of sequence packet. If i have to check it manually, then i have to look into the sequence number if each packet to find out the out of seq packet. Is there any filter of tool which can do this for me. Thanks, Naveen asked 23 Dec '13, 13:09 nnandago |
One Answer:
You can use the RTP stream analysis feature of Wireshark and look for packets which are marked not-ok. answered 24 Dec '13, 15:09 Jaap ♦ |
Thanks Jaap. That helped a lot.
Hint: If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions. For extra points you can up vote the answer (thumb up).