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

Wireshark-commits: [Wireshark-commits] master 962b2ba: AVSP: Correct timestamp representation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Apr 2018 15:04:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=962b2ba242ce9de6b7f73af13bd3a9a4e8d1161a
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

962b2ba by Nikhil AP (nikhilap@xxxxxxxxxx):

    AVSP: Correct timestamp representation
    
    This change reflects that the 64-bit timestamp in AVSP is in TAI
    timescale and not UTC.
    
    Change-Id: I13807ab446492c2b4f37a57989e1e0122afcc6aa
    Reviewed-on: https://code.wireshark.org/review/27144
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  46fcf45   coap: Store ctype values in transaction tracking
    adds  962b2ba   AVSP: Correct timestamp representation


Summary of changes:
 epan/dissectors/packet-avsp.c | 41 ++++++++++++++++++++++++++++++-----------
 1 file changed, 30 insertions(+), 11 deletions(-)