aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce/x509ce.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x509ce/x509ce.cnf')
-rw-r--r--asn1/x509ce/x509ce.cnf8
1 files changed, 8 insertions, 0 deletions
diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf
index edce713b94..45242c4f1f 100644
--- a/asn1/x509ce/x509ce.cnf
+++ b/asn1/x509ce/x509ce.cnf
@@ -7,10 +7,12 @@
InformationFramework x509if
AuthenticationFramework x509af
SelectedAttributeTypes x509sat
+MTSAbstractService x411
#.INCLUDE ../x509if/x509if-exp.cnf
#.INCLUDE ../x509af/x509af-exp.cnf
#.INCLUDE ../x509sat/x509sat-exp.cnf
+#.INCLUDE ../x411/x411-exp.cnf
#.EXPORTS
AltNameType
@@ -114,6 +116,12 @@ CertificatePairExactAssertion/issuedByThisCAAssertion cpea_issuedByThisCAAsserti
proto_tree_add_item(tree, hf_x509ce_IPAddress, tvb, offset, 4, FALSE);
offset+=4;
+#.FN_PARS OtherNameType
+ FN_VARIANT = _str VAL_PTR = &object_identifier_id
+
+#.FN_BODY OtherNameValue
+ offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);
+
#.END