https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4194
Summary: RTP Stream Analysis Timestamp Issue
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: gjasny@xxxxxx
Build Information:
--
Hi,
The Stream Analysis shows "Incorrect timestamp" for correct ones.
Imagine the following two packets:
1 TS: 123
2 TS: 123 MARK
The current code will display "Incorrect timestamp" on packet 2 bacause it has
the same timestamp as packet 1. But this is perfectly valid because just the
last one has the MARK set.
So wireshark should compare to the last packet that has MARK set.
Thanks,
Gregor
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.