aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-ccid.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@gmail.com>2023-11-07 19:48:11 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2023-11-14 20:51:12 +0000
commitd48e0a75cca06ee482e117e7f07c935fd26e509a (patch)
treecdfca72564f4427dc3e6c8e3767dc27e0dac01c8 /epan/dissectors/packet-usb-ccid.c
parent7b550c21d44263b09bb73a38b6cd99fe751aed3e (diff)
Fix (or disable) more dissector item warnings
Diffstat (limited to 'epan/dissectors/packet-usb-ccid.c')
-rw-r--r--epan/dissectors/packet-usb-ccid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb-ccid.c b/epan/dissectors/packet-usb-ccid.c
index 40e13233f3..d538294c61 100644
--- a/epan/dissectors/packet-usb-ccid.c
+++ b/epan/dissectors/packet-usb-ccid.c
@@ -828,7 +828,7 @@ proto_register_ccid(void)
TFS(&tfs_supported_not_supported), 0x00000004, NULL, HFILL }},
{&hf_ccid_dwFeatures_autoIccVoltSelect,
{ "Automatic ICC voltage selection",
- "usbccid.dwFeatures.autoParamNegotiation", FT_BOOLEAN, 32,
+ "usbccid.dwFeatures.autoIccVoltSelect", FT_BOOLEAN, 32,
TFS(&tfs_supported_not_supported), 0x00000008, NULL, HFILL }},
{&hf_ccid_dwFeatures_autoParam,
{ "Automatic parameter configuration based on ATR",