Wireshark-commits: [Wireshark-commits] master 29afac2: Add support for NTTIME_hyper and NTTIME_1sec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Oct 2014 14:08:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29afac24a579b01c029b2b5404bda7a102fe2232
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

29afac2 by Matthieu Patou (mat@xxxxxxxxx):

    Add support for NTTIME_hyper and NTTIME_1sec
    
    It's hyper with 8 bytes alignment it can have 1/100000 sec resolution or 1sec resolution
    
    Bug: 10541
    Change-Id: Iecc4c6d1bd1695a4c02db72e1617134254810cd9
    Reviewed-on: https://code.wireshark.org/review/4606
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b3490c2   Use the wtap_read_bytes{_or_eof}() routines.
    adds  29afac2   Add support for NTTIME_hyper and NTTIME_1sec


Summary of changes:
 epan/dissectors/packet-dcerpc-nt.c      |   16 ++++++++++++++++
 epan/dissectors/packet-dcerpc-nt.h      |    4 ++++
 epan/dissectors/packet-windows-common.c |   21 +++++++++++++++------
 epan/dissectors/packet-windows-common.h |    5 +++--
 plugins/opcua/opcua_simpletypes.c       |    2 +-
 5 files changed, 39 insertions(+), 9 deletions(-)