aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2022-10-24 12:39:46 +0000
committerAndersBroman <a.broman58@gmail.com>2022-10-31 13:07:58 +0000
commit71a21ca1ca90aca49f7e0730d86ea0adab8a8e8a (patch)
treea368493896e2cf300a7603c897cff6d08fa91c5f /epan
parent00179b710ce1826186cd68007c74864fb2421e47 (diff)
thrift: fix conflict
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-thrift.c4
1 files 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 }
},