From 7edadf9ce38d3c983d8911200aa46f49ade26f2e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 4 Apr 2019 14:49:57 +0200 Subject: asn2wrs: Improve filtername of named bits. Change-Id: Ie22137e95c8752a0783e3e9ff99b45c0b79b0d4a Reviewed-on: https://code.wireshark.org/review/32714 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-acse.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-acse.c') diff --git a/epan/dissectors/packet-acse.c b/epan/dissectors/packet-acse.c index c780f5a2da..a7bfe198c5 100644 --- a/epan/dissectors/packet-acse.c +++ b/epan/dissectors/packet-acse.c @@ -2193,27 +2193,27 @@ void proto_register_acse(void) { FT_NONE, BASE_NONE, NULL, 0, "Authentication_value_other", HFILL }}, { &hf_acse_T_AARQ_protocol_version_version1, - { "version1", "acse.version1", + { "version1", "acse.T.AARQ.protocol.version.version1", FT_BOOLEAN, 8, NULL, 0x80, NULL, HFILL }}, { &hf_acse_T_AARE_protocol_version_version1, - { "version1", "acse.version1", + { "version1", "acse.T.AARE.protocol.version.version1", FT_BOOLEAN, 8, NULL, 0x80, NULL, HFILL }}, { &hf_acse_ACSE_requirements_authentication, - { "authentication", "acse.authentication", + { "authentication", "acse.ACSE.requirements.authentication", FT_BOOLEAN, 8, NULL, 0x80, NULL, HFILL }}, { &hf_acse_ACSE_requirements_aSO_context_negotiation, - { "aSO-context-negotiation", "acse.aSO-context-negotiation", + { "aSO-context-negotiation", "acse.ACSE.requirements.aSO.context.negotiation", FT_BOOLEAN, 8, NULL, 0x40, NULL, HFILL }}, { &hf_acse_ACSE_requirements_higher_level_association, - { "higher-level-association", "acse.higher-level-association", + { "higher-level-association", "acse.ACSE.requirements.higher.level.association", FT_BOOLEAN, 8, NULL, 0x20, NULL, HFILL }}, { &hf_acse_ACSE_requirements_nested_association, - { "nested-association", "acse.nested-association", + { "nested-association", "acse.ACSE.requirements.nested.association", FT_BOOLEAN, 8, NULL, 0x10, NULL, HFILL }}, -- cgit v1.2.3