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

Wireshark-bugs: [Wireshark-bugs] [Bug 3801] wireshark 1.2.1 does not graph rtp streams

Date: Wed, 9 Dec 2009 23:42:32 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3801

--- Comment #7 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2009-12-10 08:42:23 CET ---
This is a timescale issue in the code. 
For one rtp_analysis.c: rtp_packet_add_graph() gets fed all the RTP packets,
but never records a datapoint as all are before the start time. In reality they
are not, but comparing seconds against milliseconds makes it fail.
This is just one of the points where timescale errors are made.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.