Wireshark-commits: [Wireshark-commits] master-2.0 557f902: format DIS header timestamp as mm:ss.nnn
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 May 2016 19:00:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=557f902f167cfd371ad2f88a5d224b7afe520935
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

557f902 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/15311
    

Actions performed:

    from  581d9c4   LPADm: fixes for reassembly
    adds  557f902   format DIS header timestamp as mm:ss.nnnnnn


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