Wireshark-commits: [Wireshark-commits] master 6fceff7: RTP Stream Analysis: fix wrong values for cl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 24 Jan 2020 13:36:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6fceff7240be28fdd0fc4e767b9e1c7318f446d4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6fceff7 by Aymeric Moizard (amoizard@xxxxxxxxx):

    RTP Stream Analysis: fix wrong values for clock drift and freq drift.
    
    The drift values should use the relative time (arrivaltime) instead
    of the absolute time (current_time) otherwise, the values are wrong.
    
    Bug: 16343
    Change-Id: Icdc65476ab68ce51088314b7c9de939c86472ae9
    Reviewed-on: https://code.wireshark.org/review/35908
    Reviewed-by: Aymeric Moizard <amoizard@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  db6c3b8   IDMP: Reset a couple of variables.
     add  6fceff7   RTP Stream Analysis: fix wrong values for clock drift and freq drift.


Summary of changes:
 ui/tap-rtp-analysis.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)