Display "TEID/GRE Key" field consistently as hexadecimal since 3GPP TS 36.444 says this field is of type, "octet string".

Ref: http://ask.wireshark.org/questions/24221/decode-gtpv2-teid-as-decimal-or-hex

#BACKPORT(1.10,1.8)

svn path=/trunk/; revision=51789
This commit is contained in:
Chris Maynard 2013-09-05 18:51:46 +00:00
parent f13c30d2c4
commit f6eb619d87
1 changed files with 1 additions and 1 deletions

View File

@ -6284,7 +6284,7 @@ void proto_register_gtpv2(void)
},
{&hf_gtpv2_f_teid_gre_key,
{"TEID/GRE Key", "gtpv2.f_teid_gre_key",
FT_UINT32, BASE_DEC, NULL, 0x0,
FT_UINT32, BASE_HEX, NULL, 0x0,
NULL , HFILL}
},
{ &hf_gtpv2_f_teid_ipv4,