From 71a21ca1ca90aca49f7e0730d86ea0adab8a8e8a Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 24 Oct 2022 12:39:46 +0000 Subject: [PATCH] thrift: fix conflict --- epan/dissectors/packet-thrift.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-thrift.c b/epan/dissectors/packet-thrift.c index 32aedd2e68..1d485b3424 100644 --- a/epan/dissectors/packet-thrift.c +++ b/epan/dissectors/packet-thrift.c @@ -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 } },