aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap/dap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/dap/dap.cnf')
-rw-r--r--asn1/dap/dap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/dap/dap.cnf b/asn1/dap/dap.cnf
index beb03f0dac..d3a386359e 100644
--- a/asn1/dap/dap.cnf
+++ b/asn1/dap/dap.cnf
@@ -264,7 +264,7 @@ OPERATION.&ResultType
if(len == 0) {
/* its an empty set - i.e anonymous (assuming version is DEFAULTed) */
- proto_tree_add_text(tree, tvb, offset, -1,"Anonymous");
+ proto_tree_add_expert(tree, actx->pinfo, &ei_dap_anonymous, tvb, offset, -1);
col_append_str(actx->pinfo->cinfo, COL_INFO, " anonymous");