aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.c
diff options
context:
space:
mode:
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 }},