gtpv2: Use ENC_TIME_MSEC_NT for "Origination time stamp".

Change-Id: Ia993f61058907e75487f6a1a718b34dccfd1437e
Reviewed-on: https://code.wireshark.org/review/37312
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Anders Broman 2020-05-26 11:20:09 +02:00 committed by Anders Broman
parent d2ad1a42d6
commit a97956fa20
1 changed files with 1 additions and 1 deletions

View File

@ -7365,7 +7365,7 @@ dissect_gtpv2_ms_ts(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, pro
switch (message_type) {
case GTPV2_CREATE_SESSION_REQUEST:
/*proto_item_append_text(item, "Origination time stamp");*/
proto_tree_add_item(tree, hf_gtpv2_origination_ts, tvb, offset, length, ENC_BIG_ENDIAN);
proto_tree_add_item(tree, hf_gtpv2_origination_ts, tvb, offset, length, ENC_TIME_MSEC_NTP | ENC_BIG_ENDIAN);
break;
default:
proto_tree_add_item(tree, hf_gtpv2_ms_ts, tvb, offset, 6, ENC_TIME_MSEC_NTP | ENC_BIG_ENDIAN);