Wireshark-commits: [Wireshark-commits] master 9991f43: Add dissect_nt_64bit_time_ex for retrieving

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

Commits:

9991f43 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>
    

Actions performed:

    from  d1cdbd7   isakmp: add support for IKEv1 AES decryption
    adds  9991f43   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(-)