Wireshark-commits: [Wireshark-commits] master-1.12 0a8a44c: format DIS header timestamp as mm:ss.nn

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 May 2016 19:00:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a8a44cea3db67962770d616cfed9f6aa66b662c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

0a8a44c by alpartis (alpartis@xxxxxxxxxxxxxx):

    format DIS header timestamp as mm:ss.nnnnnn
    
    Older versions of this dissector displayed the header timestamp formatted to show
    minutes, seconds, and milliseconds past the hour (the DIS spec actually defines the
    timestamp in terms of microseconds).  This commit fulfills a feature request to
    return to that format.
    
    Bug: 12402
    Change-Id: Ide4adf8f80306f2458e48e8b2f78c911782669e5
    Reviewed-on: https://code.wireshark.org/review/15276
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit cb2627c77fad1e6f1f89d8ca1d0e216861d34dfa)
    Reviewed-on: https://code.wireshark.org/review/15312
    

Actions performed:

    from  11e4519   LPADm: fixes for reassembly
    adds  0a8a44c   format DIS header timestamp as mm:ss.nnnnnn


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