Wireshark-commits: [Wireshark-commits] master 0a0acd9: Present PDU header timestamps with microseco

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jan 2016 05:31:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a0acd9aaabcab88ca0d19783dcec443c3c3c625
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0a0acd9 by alpartis (alpartis@xxxxxxxxxxxxxx):

    Present PDU header timestamps with microsecond resolution as exists in packet data.
    
    On behalf of SimPhonics, Inc.
    
    IEEE 1278.1-2012 DIS spec details the PDU header timestamp in section
    6.2.88 as a 31-bit unsigned integer count of microseconds since the start
    of the current interval.  Likewise, the DIS dissector should reflect this
    information accurately, based on the actual complete contents of captured
    packets.
    
    Tested with DIS packets generated from VPlus for radio simulation by
    SimPhonics.
    
    Change-Id: I73b9689e1fb35900b7063746cac604a72a69ab16
    Reviewed-on: https://code.wireshark.org/review/13210
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d1ab159   Clarify IPHC dissection of IPv6 ECN and DSCP
    adds  0a0acd9   Present PDU header timestamps with microsecond resolution as exists in packet data.


Summary of changes:
 epan/dissectors/packet-dis.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)