aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-06-05 12:00:57 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-06-05 12:00:57 +0000
commit31e45c7a2130ada609c53cef7fb6e630bfb0ae45 (patch)
treea1f6be33237edf23b9b6bdb87a1014d78b96736f /asn1/x411
parent368528502eff6bb908da692f67b025ca95e05d26 (diff)
not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
it makes interconnection between .cnf file and ASN.1 source more readable (changes for #.FN_BODY will follow) svn path=/trunk/; revision=22043
Diffstat (limited to 'asn1/x411')
-rw-r--r--asn1/x411/x411.cnf16
1 files changed, 8 insertions, 8 deletions
diff --git a/asn1/x411/x411.cnf b/asn1/x411/x411.cnf
index 4337cef508..d232d40612 100644
--- a/asn1/x411/x411.cnf
+++ b/asn1/x411/x411.cnf
@@ -244,7 +244,7 @@ ORAddress B "2.16.840.1.101.2.2.1.134.1" "id-at-collective-mhs-or-addresses"
#.FN_BODY RegistrationTypes/extensions/_item
/*XXX not implemented yet */
-#.FN_BODY ExtensionValue
+#.FN_BODY ExtensionField/value
const char *name;
if(extension_id != -1)
@@ -256,7 +256,7 @@ ORAddress B "2.16.840.1.101.2.2.1.134.1" "id-at-collective-mhs-or-addresses"
}
-#.FN_BODY CategoryValue
+#.FN_BODY SecurityCategory/value
offset = dissect_unknown_ber(actx->pinfo, tvb, offset, tree);
@@ -329,13 +329,13 @@ ORAddress B "2.16.840.1.101.2.2.1.134.1" "id-at-collective-mhs-or-addresses"
NULL);
-#.FN_PARS INTEGER
+#.FN_PARS ExtensionType/standard-extension
VAL_PTR = &extension_id
-#.FN_PARS OBJECT_IDENTIFIER
- FN_VARIANT = _str VAL_PTR = &object_identifier_id
-#.FN_BODY OBJECT_IDENTIFIER
+
+
+#.FN_BODY ExtensionType/private-extension FN_VARIANT = _str VAL_PTR = &object_identifier_id
%(DEFAULT_BODY)s
extension_id = -1;
@@ -706,11 +706,11 @@ ORAddress B "2.16.840.1.101.2.2.1.134.1" "id-at-collective-mhs-or-addresses"
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", val_to_str(credentials, x411_Credentials_vals, "Credentials(%%d)"));
}
-#.FN_BODY T_value
+#.FN_BODY TokenData/value
offset=call_x411_oid_callback("x411.tokendata", tvb, offset, actx->pinfo, tree);
-#.FN_BODY T_bilateral_information
+#.FN_BODY PerDomainBilateralInformation/bilateral-information
proto_item *item = NULL;
int loffset = 0;
guint32 len = 0;