Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] IP Identification number

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Martin Regner" <martin.regner@xxxxxxxxx>
Date: Sat, 5 Apr 2003 08:21:51 +0200
<Is it possible to display the IP identification number in the main
<display? This will be very helpful when examining UDP video streams for
<missing packets (these packet captures can be 120,000+ packets). Better
<yet, is there any way ethereal can raise some sort of flag when UDP
<packets arrive out of order or are missing? 

Isn't it better to look on the RTP sequence numbers?

Actually if the RTP packets are displayed as RTP packets and not UDP packets then you
will get the RTP sequence numbers in the main display (Info column).

But there is a much better way to look for out of sequence pcakets than scanning through the
list of sequence numbers manually.
Ethereal 0.9.11 has a functionality to analyse RTP streams. It's called "RTP Analysis".
It will not just show what packets are in wrong order, what packets are missing, but also calculate
jitter and delay.

First you have to get the RTP packets displayed as RTP packets if they aren't already by
using the "Tools/Decode As..." menu item, see information in the FAQ.
http://www.ethereal.com/faq.html#q5.21

Then you mark one of those RTP packets and select "Tools/statistics/RTP Analysis" and
you will get the RTP statistics.