aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-12-05 14:53:25 +0000
committerWireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2021-12-05 14:53:25 +0000
commit8d8d6186212c2fcf322173bbbead028ea5f0593d (patch)
treed9451b911a17b4b195ffcbf93dd5e3d53cbca9e2 /epan/dissectors
parent8b8171d95217fb629cc23fd8004994ee7aa37b18 (diff)
Fix some filters that appear to be copied from entry before.
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-iso14443.c2
-rw-r--r--epan/dissectors/packet-rtps.c2
-rw-r--r--epan/dissectors/packet-usb-com.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-iso14443.c b/epan/dissectors/packet-iso14443.c
index 69da2e9a3c..ac7351dc14 100644
--- a/epan/dissectors/packet-iso14443.c
+++ b/epan/dissectors/packet-iso14443.c
@@ -1719,7 +1719,7 @@ proto_register_iso14443(void)
TFS(&tfs_not_required_required), 0x08, NULL, HFILL }
},
{ &hf_iso14443_sof,
- { "SOF", "iso14443.eof", FT_BOOLEAN, 8,
+ { "SOF", "iso14443.sof", FT_BOOLEAN, 8,
TFS(&tfs_not_required_required), 0x04, NULL, HFILL }
},
{ &hf_iso14443_param2,
diff --git a/epan/dissectors/packet-rtps.c b/epan/dissectors/packet-rtps.c
index 015060859a..66c0bf79ec 100644
--- a/epan/dissectors/packet-rtps.c
+++ b/epan/dissectors/packet-rtps.c
@@ -13353,7 +13353,7 @@ void proto_register_rtps(void) {
},
{ &hf_rtps_param_app_ack_count,
- { "count", "rtps.app_ack.virtual_writer_count",
+ { "count", "rtps.app_ack.count",
FT_INT32, BASE_DEC, NULL, 0,
NULL, HFILL }
},
diff --git a/epan/dissectors/packet-usb-com.c b/epan/dissectors/packet-usb-com.c
index fc92454d8c..921424c112 100644
--- a/epan/dissectors/packet-usb-com.c
+++ b/epan/dissectors/packet-usb-com.c
@@ -966,7 +966,7 @@ proto_register_usb_com(void)
{ "Network_Connection", "usbcom.descriptor.acm.capabilities.network_connection", FT_BOOLEAN, 8,
TFS(&tfs_supported_not_supported), 0x08, NULL, HFILL }},
{ &hf_usb_com_descriptor_acm_capabilities_send_break,
- { "Send_Break", "usbcom.descriptor.acm.capabilities.network_connection", FT_BOOLEAN, 8,
+ { "Send_Break", "usbcom.descriptor.acm.capabilities.send_break", FT_BOOLEAN, 8,
TFS(&tfs_supported_not_supported), 0x04, NULL, HFILL }},
{ &hf_usb_com_descriptor_acm_capabilities_line_and_state,
{ "Line Requests and State Notification", "usbcom.descriptor.acm.capabilities.line_and_state", FT_BOOLEAN, 8,