Wireshark-commits: [Wireshark-commits] master-1.12 f8fcb34: Add dissect_nt_64bit_time_ex for retrie

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 19:31:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f8fcb34c202b9d212ab89bf529666ec373c230bf
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

f8fcb34 by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):

    Add dissect_nt_64bit_time_ex for retrieving the created proto_item
    
    Using dissect_nt_64bit_time it is not possible to access the created proto_item afterwards, hence the new function.
    
    Change-Id: I39aca92536a53841045c30b601b6ec1a7d8bfb4e
    Reviewed-on: https://code.wireshark.org/review/2160
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 9991f43f273878021b41a9ba7fddb375bdfbab21)
    Reviewed-on: https://code.wireshark.org/review/2311
    

Actions performed:

    from  be6ef28   Add myself as author for the opcua dissector plugin
    adds  f8fcb34   Add dissect_nt_64bit_time_ex for retrieving the created proto_item


Summary of changes:
 epan/dissectors/packet-windows-common.c |   21 ++++++++++++++++-----
 epan/dissectors/packet-windows-common.h |    2 ++
 2 files changed, 18 insertions(+), 5 deletions(-)