aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkix1explicit.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-05-24 12:36:41 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-05-24 12:36:41 +0000
commitb20af30b48b64ae9a5744802ef33158e4ab387ff (patch)
tree72de0219e776ec48e99bd89ff1e8711d04a6bb43 /epan/dissectors/packet-pkix1explicit.c
parent062d80f7b8739a89336334ed5f7ed6d2db1ec637 (diff)
few BER dissectors regenerated
svn path=/trunk/; revision=21920
Diffstat (limited to 'epan/dissectors/packet-pkix1explicit.c')
-rw-r--r--epan/dissectors/packet-pkix1explicit.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/epan/dissectors/packet-pkix1explicit.c b/epan/dissectors/packet-pkix1explicit.c
index 18c18ec72e..1a7d8b0025 100644
--- a/epan/dissectors/packet-pkix1explicit.c
+++ b/epan/dissectors/packet-pkix1explicit.c
@@ -77,8 +77,8 @@ static int hf_pkix1explicit_type = -1; /* OBJECT_IDENTIFIER */
static int hf_pkix1explicit_value = -1; /* T_value */
static int hf_pkix1explicit_RDNSequence_item = -1; /* RelativeDistinguishedName */
static int hf_pkix1explicit_RelativeDistinguishedName_item = -1; /* AttributeTypeAndValue */
-static int hf_pkix1explicit_type1 = -1; /* TeletexString */
-static int hf_pkix1explicit_value1 = -1; /* TeletexString */
+static int hf_pkix1explicit_type_01 = -1; /* TeletexString */
+static int hf_pkix1explicit_value_01 = -1; /* TeletexString */
/*--- End of included file: packet-pkix1explicit-hf.c ---*/
#line 53 "packet-pkix1explicit-template.c"
@@ -427,17 +427,17 @@ dissect_pkix1explicit_TeletexString(gboolean implicit_tag _U_, tvbuff_t *tvb _U_
return offset;
}
-static int dissect_type1(proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_) {
- return dissect_pkix1explicit_TeletexString(FALSE, tvb, offset, actx, tree, hf_pkix1explicit_type1);
+static int dissect_type_01(proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_) {
+ return dissect_pkix1explicit_TeletexString(FALSE, tvb, offset, actx, tree, hf_pkix1explicit_type_01);
}
-static int dissect_value1(proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_) {
- return dissect_pkix1explicit_TeletexString(FALSE, tvb, offset, actx, tree, hf_pkix1explicit_value1);
+static int dissect_value_01(proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_) {
+ return dissect_pkix1explicit_TeletexString(FALSE, tvb, offset, actx, tree, hf_pkix1explicit_value_01);
}
static const ber_old_sequence_t TeletexDomainDefinedAttribute_sequence[] = {
- { BER_CLASS_UNI, BER_UNI_TAG_TeletexString, BER_FLAGS_NOOWNTAG, dissect_type1 },
- { BER_CLASS_UNI, BER_UNI_TAG_TeletexString, BER_FLAGS_NOOWNTAG, dissect_value1 },
+ { BER_CLASS_UNI, BER_UNI_TAG_TeletexString, BER_FLAGS_NOOWNTAG, dissect_type_01 },
+ { BER_CLASS_UNI, BER_UNI_TAG_TeletexString, BER_FLAGS_NOOWNTAG, dissect_value_01 },
{ 0, 0, 0, NULL }
};
@@ -546,11 +546,11 @@ void proto_register_pkix1explicit(void) {
{ "Item", "pkix1explicit.RelativeDistinguishedName_item",
FT_NONE, BASE_NONE, NULL, 0,
"pkix1explicit.AttributeTypeAndValue", HFILL }},
- { &hf_pkix1explicit_type1,
+ { &hf_pkix1explicit_type_01,
{ "type", "pkix1explicit.type",
FT_STRING, BASE_NONE, NULL, 0,
"pkix1explicit.TeletexString", HFILL }},
- { &hf_pkix1explicit_value1,
+ { &hf_pkix1explicit_value_01,
{ "value", "pkix1explicit.value",
FT_STRING, BASE_NONE, NULL, 0,
"pkix1explicit.TeletexString", HFILL }},