aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-10-03 13:52:06 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-10-03 22:11:32 +0000
commit607831d8706ae32781a4f9176f46cf72414d7b1e (patch)
treeb242d78204e3da0e79c395bd0a3608c6cfddb738 /epan/dissectors/packet-dis.c
parent6136c719da4ec9b96c01adb4b0fd7f01af171688 (diff)
Fix more filter field strings.
These appear to be copy/paste errors detected by running ./tools/check_typed_item_calls.py --consecutive Quite a few issues still remain after this batch.
Diffstat (limited to 'epan/dissectors/packet-dis.c')
-rw-r--r--epan/dissectors/packet-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dis.c b/epan/dissectors/packet-dis.c
index 39cea0c100..14e7a0108a 100644
--- a/epan/dissectors/packet-dis.c
+++ b/epan/dissectors/packet-dis.c
@@ -8668,7 +8668,7 @@ void proto_register_dis(void)
NULL, HFILL }
},
{ &hf_dis_current_part,
- { "Current Part", "dis.num_parts",
+ { "Current Part", "dis.current_part",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
@@ -9498,7 +9498,7 @@ void proto_register_dis(void)
NULL, HFILL}
},
{ &hf_appearance_concealed_movement,
- {"Concealed Movement", "dis.appearance.lifeform.concealed_stationary",
+ {"Concealed Movement", "dis.appearance.lifeform.concealed_movement",
FT_UINT32, BASE_DEC, VALS(appearance_concealed_movement_vals), 0x80000000,
NULL, HFILL}
},