Hi guys, I really apprictae, if you can support me with my challenge. I am capturing RTPs and analyse the stream, I am facing the issue getting 2 sequences with the same nr., which has one the status "OK" and the next status`"wrong sequence nr.". How can I sort them only on "OK" sequences? Thx asked 21 Feb '11, 13:09 reza666 edited 21 Feb '11, 13:09 |
4 Answers:
I have to trace to try it at the moment, but you can try to highlight the line in the decode where it is saying "Sequence OK" and using the popup menu to select "Apply as filter -> selected". That should give you just the packets where the sequence is OK. answered 21 Feb '11, 14:25 Jasper ♦♦ |
Hey man Thx for anwer, I am in the Wireshark:RTP Stream Anylysis windows. I have following schama: Packet sequence Delat Filtered Jitter Skew IP BW Status53 2729 0,00 0,00 0,00 2,24 [ok] 54 2729 0,25 0,02 -0,25 4,48 Wrong sequence nr. 55 2730 29,96 0,02 -0,21 6,72 [ok] 56 2730 0,21 0,03 -0,42 8,96 Wrong sequence nr. .... ..... .... .... So I have not the possibility to apply [ok] as a filter and sort all OKs. I can just Save palyload, Save as CSV, ...., Graf, Player,.... Where do you mean to apply the filter for good OKs? Rezzzaa answered 21 Feb '11, 21:36 reza666 |
These packets with wrong seq. are packet loss. Now how can I filter a capture without packet loss? Thx answered 21 Feb '11, 22:35 reza666 |
how can i upload a file here? answered 22 Feb '11, 06:23 reza666 |