thrift: fix conflict

This commit is contained in:
Alexis La Goutte 2022-10-24 12:39:46 +00:00 committed by AndersBroman
parent 00179b710c
commit 71a21ca1ca
1 changed files with 2 additions and 2 deletions

View File

@ -3414,7 +3414,7 @@ proto_register_thrift(void)
NULL, HFILL }
},
{ &hf_thrift_num_set_pos,
{ "Number of Set Items", "thrift.num_set_item",
{ "Number of Set Items", "thrift.num_set_pos",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
@ -3424,7 +3424,7 @@ proto_register_thrift(void)
NULL, HFILL }
},
{ &hf_thrift_num_list_pos,
{ "Number of List Items", "thrift.num_list_item",
{ "Number of List Items", "thrift.num_list_pos",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},