aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-04-04 14:49:57 +0200
committerAnders Broman <a.broman58@gmail.com>2019-04-04 13:26:33 +0000
commit7edadf9ce38d3c983d8911200aa46f49ade26f2e (patch)
treebc747e60a2b59d2e9bab81889f7f00c222a19bd1 /epan/dissectors/packet-acse.c
parentb0b02ec245b694251488c80cb605dddf66512b03 (diff)
asn2wrs: Improve filtername of named bits.
Change-Id: Ie22137e95c8752a0783e3e9ff99b45c0b79b0d4a Reviewed-on: https://code.wireshark.org/review/32714 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-acse.c')
-rw-r--r--epan/dissectors/packet-acse.c12
1 files changed, 6 insertions, 6 deletions
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 }},