Anyone know how to list udp streams in Wireshark?
Background:
MBG teleworker with minet phones
As they are not SIP i cant use the VOIP option to show calls
So, i can find the udp streams from the inside of the MBG
I can also find the udp streams from the outside (MBG external to teleworker handset) but these are encypted (can be turned off i beleive in MIVB suystem options)
I then filter the capture by using time.frame >= start time %% time.frame<= end time of problem call
Then i click on the udp entries and see what UDP stream index it is (number 1 to x depending on ow many streams are in the capture)
Then i filter the capture again to show only that stream "udp.stream ==1"
Then i listen to each stream to find the person voice who reported the issue.
I decode the UDP streams in to RTP and can listen to them and export them to an AU file to play in media player.
If i have the wrong stream i start again and filter on UDP stream 2, and repeat until i find the correct call.
In this particular case the calls last 10 minutes so in that time frame there are many calls taking place and many UDP streams
So the question is rather than do all that is there away to list all the UDP or RTP streams in the capture and then play them back one by one instead of doing all this filtering?
Hope all this makes sense
Thanks
P