FT_FLOAT and FT_DOUBLE share the same comparison functions -> use same filter name

svn path=/trunk/; revision=43460
This commit is contained in:
Pascal Quantin 2012-06-24 17:41:18 +00:00
parent 9adf66b3fb
commit a0e2ba5eb0
2 changed files with 2 additions and 2 deletions

View File

@ -2036,7 +2036,7 @@ void proto_register_pcp(void)
}
},
{ &hf_pcp_instance_value_double,
{ "Instance Value", "pcp.instance.value.double",
{ "Instance Value", "pcp.instance.value.float",
FT_DOUBLE, BASE_NONE,
NULL, 0x0,
NULL, HFILL

View File

@ -2957,7 +2957,7 @@ proto_register_tds(void)
NULL, HFILL }
},
{ &hf_tds_type_varbyte_data_double,
{ "Data", "tds.type_varbyte.data.double",
{ "Data", "tds.type_varbyte.data.float",
FT_DOUBLE, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},