summaryrefslogtreecommitdiff
path: root/asn1/x509ce/x509ce.cnf
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2006-03-25 17:10:07 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2006-03-25 17:10:07 +0000
commit4dd0ac18bcc1c0fece816290c24f821f0830fccb (patch)
tree4cdfff99eb974c6f0e86fbd99c68dd789ca6f41b /asn1/x509ce/x509ce.cnf
parentc51f4fa88754bd12d437e4c9a30e2460bdbd9912 (diff)
downloadwireshark-4dd0ac18bcc1c0fece816290c24f821f0830fccb.tar.gz
Support for otherName and x400address in a GeneralName
svn path=/trunk/; revision=17728
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