Fix some cases where STR_UNICODE was used with FT_DOUBLE.

svn path=/trunk/; revision=53831
This commit is contained in:
Guy Harris 2013-12-07 19:43:59 +00:00
parent f38af18c2c
commit a2b9f02e59
2 changed files with 2 additions and 2 deletions

View File

@ -2610,7 +2610,7 @@ proto_register_ip(void)
FT_STRING, STR_UNICODE, NULL, 0x0, NULL, HFILL }},
{ &hf_geoip_lat,
{ "Source or Destination GeoIP Latitude", "ip.geoip.lat",
FT_DOUBLE, STR_UNICODE, NULL, 0x0, NULL, HFILL }},
FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_geoip_lon,
{ "Source or Destination GeoIP Longitude", "ip.geoip.lon",
FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL }},

View File

@ -2363,7 +2363,7 @@ proto_register_ipv6(void)
NULL, HFILL }},
{ &hf_geoip_src_lon,
{ "Source GeoIP Longitude", "ipv6.geoip.src_lon",
FT_DOUBLE, STR_UNICODE, NULL, 0x0,
FT_DOUBLE, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_geoip_dst_country,
{ "Destination GeoIP Country", "ipv6.geoip.dst_country",