Remove trailing spaces from a couple of hf names

svn path=/trunk/; revision=34321
This commit is contained in:
Jeff Morriss 2010-10-02 01:27:45 +00:00
parent 2bffa17891
commit 18444502e8
1 changed files with 129 additions and 129 deletions

View File

@ -2129,7 +2129,7 @@ proto_register_reload(void)
BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_reload_destination_data_compressed_id,
{ "compressed id ", "reload.destination.data.compressed_id", FT_BYTES,
{ "compressed id", "reload.destination.data.compressed_id", FT_BYTES,
BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_reload_destination_list,
@ -2149,11 +2149,11 @@ proto_register_reload(void)
BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_reload_forwarding_option_length,
{ "forwarding option length","forwarding.option.length", FT_UINT16,
{ "forwarding option length", "forwarding.option.length", FT_UINT16,
BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_reload_forwarding_option_data,
{ "forwarding option data ","reload.forwarding.option.data", FT_BYTES,
{ "forwarding option data", "reload.forwarding.option.data", FT_BYTES,
BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_reload_forwarding_option_flag_response_copy,