From 707ca32614e1193e76561c7a51572f3967f68bf4 Mon Sep 17 00:00:00 2001 From: Ivan Nardi Date: Sun, 24 Jun 2018 15:55:12 +0200 Subject: [PATCH] gtpv2: all teid header fields should have the same type (like in gtp) Change-Id: Ia793d66c00ee8fdfe2d51da5b569658fd5966e8e Reviewed-on: https://code.wireshark.org/review/28414 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-gtpv2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c index b18e8d4a07..7749c3ad1e 100644 --- a/epan/dissectors/packet-gtpv2.c +++ b/epan/dissectors/packet-gtpv2.c @@ -7686,7 +7686,7 @@ void proto_register_gtpv2(void) }, {&hf_gtpv2_teid_c, {"Tunnel Endpoint Identifier for Control Plane(TEID-C)", "gtpv2.teid_c", - FT_UINT32, BASE_DEC, NULL, 0x0, + FT_UINT32, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL} }, {&hf_gtpv2_sv_sti, @@ -8604,7 +8604,7 @@ void proto_register_gtpv2(void) }, {&hf_gtpv2_f_teid_gre_key, {"TEID/GRE Key", "gtpv2.f_teid_gre_key", - FT_UINT32, BASE_HEX, NULL, 0x0, + FT_UINT32, BASE_HEX_DEC, NULL, 0x0, NULL , HFILL} }, { &hf_gtpv2_f_teid_ipv4, @@ -8654,7 +8654,7 @@ void proto_register_gtpv2(void) }, { &hf_gtpv2_sgw_s1u_teid, {"Serving GW S1-U TEID", "gtpv2.sgw_s1u_teid", - FT_UINT32, BASE_HEX, NULL, 0x0, + FT_UINT32, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL} }, {&hf_gtpv2_delay_value, @@ -9179,7 +9179,7 @@ void proto_register_gtpv2(void) }, { &hf_gtpv2_cteid, {"Common Tunnel Endpoint Identifier", "gtpv2.cetid", - FT_UINT32, BASE_DEC, NULL, 0x0, + FT_UINT32, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL} }, { &hf_gtpv2_ip_addr_type,