URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cb2627c77fad1e6f1f89d8ca1d0e216861d34dfa
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cb2627c 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>
Actions performed:
from 8f58c02 LAPDm: reset the last N(S) variable only during first pass
adds cb2627c format DIS header timestamp as mm:ss.nnnnnn
Summary of changes:
epan/dissectors/packet-dis.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)