From swapnil:

Another Minor Bug for ULI in Packet-gtpv2.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3862

svn path=/trunk/; revision=29374
This commit is contained in:
Anders Broman 2009-08-11 07:41:46 +00:00
parent c6893212f1
commit a8fbd4577f
1 changed files with 1 additions and 1 deletions

View File

@ -2433,7 +2433,7 @@ void proto_register_gtpv2(void)
},
{&hf_gtpv2_uli_ecgi_eci,
{"ECI (E-UTRAN Cell Identifier)", "gtpv2.uli_ecgi_eci",
FT_DOUBLE, BASE_DEC, NULL, 0,
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL}
},
{&hf_gtpv2_f_teid_v4,