aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/dap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2020-12-15 15:15:00 +0100
committerAndersBroman <a.broman58@gmail.com>2020-12-15 14:43:43 +0000
commit5dff85e84be1ce60a5726a23bd59005e8e387799 (patch)
treeabf80ff37429c2ca96855626d81646c38db51957 /epan/dissectors/asn1/dap
parent253c49b73e2eabfba5c18b2e05d810e0fb049eda (diff)
Fix duplicated filter names.
Diffstat (limited to 'epan/dissectors/asn1/dap')
-rw-r--r--epan/dissectors/asn1/dap/dap.cnf6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/dap/dap.cnf b/epan/dissectors/asn1/dap/dap.cnf
index d4e7a98e75..9c11b4d4a9 100644
--- a/epan/dissectors/asn1/dap/dap.cnf
+++ b/epan/dissectors/asn1/dap/dap.cnf
@@ -181,6 +181,11 @@ EntryInformationSelection/extraAttributes/select extraSelect
SaslCredentials/credentials saslCredentials
+#.FIELD_ATTR
+SaslCredentials/credentials ABBREV=saslCredentials
+TokenData/time ABBREV=utctime
+NameErrorData/matched ABBREV=matched_name
+
# This table creates the value_sting to name DAP operation codes and errors
# in file packet-dap-table.c which is included in the template file
#
@@ -362,3 +367,4 @@ OPERATION.&ResultType
dn = x509if_get_last_dn();
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", (dn && *dn) ? dn : "(root)");
+