wireshark/epan/dissectors/asn1/m3ap
Michael Mann 01d7793976 Add proto_tree_add_item_ret_time_string
A few dissectors need the functionality of adding a time field to a proto_tree
while also needing the "time to string" value (typically to show on a tree above).
The functionality to do "get value from tvb and convert to string" was being done
in packet-ntp.c.
Instead proto_tree_add_item_ret_time_string can be used with various encoding to
get the necessary functionality with less code duplication.

ENC_TIME_MIP6 was added as a result of the refactoring.
ABSOLUTE_TIME_NTP_UTC was added as another potential "base" type for time fields.

Change-Id: Ie460c33370b0af59ef60bdab893ce9d6eb23b94f
Reviewed-on: https://code.wireshark.org/review/34390
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-08-29 13:31:48 +00:00
..
CMakeLists.txt
M3AP-CommonDataTypes.asn
M3AP-Constants.asn
M3AP-Containers.asn
M3AP-IEs.asn
M3AP-PDU-Contents.asn
M3AP-PDU-Descriptions.asn
m3ap.cnf Add proto_tree_add_item_ret_time_string 2019-08-29 13:31:48 +00:00
packet-m3ap-template.c Add proto_tree_add_item_ret_time_string 2019-08-29 13:31:48 +00:00