aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-app.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-10-04 00:07:59 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2020-10-04 00:07:59 +0100
commit16dc0c71d38b0269fc211f10aeebedc91f7f3c93 (patch)
treef6830b6f61dc14109a0a4273af55dde853fef087 /epan/dissectors/packet-ipmi-app.c
parent607831d8706ae32781a4f9176f46cf72414d7b1e (diff)
Last batch of filter field string fixes.
There may still be some cases seen by ./toos/check_typed_item_calls.py --consecutive that ought to be fixed, but wasn't sure so left.
Diffstat (limited to 'epan/dissectors/packet-ipmi-app.c')
-rw-r--r--epan/dissectors/packet-ipmi-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipmi-app.c b/epan/dissectors/packet-ipmi-app.c
index 32410581d4..c89524f869 100644
--- a/epan/dissectors/packet-ipmi-app.c
+++ b/epan/dissectors/packet-ipmi-app.c
@@ -1226,7 +1226,7 @@ proto_register_ipmi_app(void)
"ipmi.app25.initial_countdown", FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_app_25_present_countdown,
{ "Present countdown value (100ms/count)",
- "ipmi.app25.initial_countdown", FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }},
+ "ipmi.app25.present_countdown", FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_app_2e_byte1_oem2,
{ "OEM 2",