Wireshark-commits: [Wireshark-commits] master 572b80d: Add ENC_TIME_MSEC_NTP and use it in packet-g

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Mar 2017 05:10:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=572b80d2835f9296e87c0d099f133d55149c44f1
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

572b80d by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.c
    
    While at it fix expert info a typo and an calculation.
    
    Change-Id: I071a36edb7eed5f58708b98aebcb24bc6c34f2a8
    Reviewed-on: https://code.wireshark.org/review/20766
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  79ba8c3   Print signed values with %d, not %u.
    adds  572b80d   Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.c


Summary of changes:
 doc/README.dissector           |    5 ++++-
 epan/dissectors/packet-gtpv2.c |    4 ++--
 epan/proto.c                   |   24 ++++++++++++++++++++----
 epan/proto.h                   |    4 ++++
 4 files changed, 30 insertions(+), 7 deletions(-)