aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-crmf.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
commite375c3990afef53e911cdf3105f89aab4b47b7b7 (patch)
tree7b4756ec9a0e90f356c2066e7fc9c4ff4fd07cd2 /epan/dissectors/packet-crmf.c
parent7ce0cd961e76ba84639236970a4eb9bd65e28657 (diff)
Regenerate all asn2wrs generated dissectors
svn path=/trunk/; revision=26670
Diffstat (limited to 'epan/dissectors/packet-crmf.c')
-rw-r--r--epan/dissectors/packet-crmf.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/dissectors/packet-crmf.c b/epan/dissectors/packet-crmf.c
index ed6491f1b0..74604e11cb 100644
--- a/epan/dissectors/packet-crmf.c
+++ b/epan/dissectors/packet-crmf.c
@@ -183,7 +183,7 @@ static const char *object_identifier_id;
static int
dissect_crmf_INTEGER(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
- NULL);
+ NULL);
return offset;
}
@@ -390,7 +390,7 @@ const value_string crmf_SubsequentMessage_vals[] = {
int
dissect_crmf_SubsequentMessage(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
- NULL);
+ NULL);
return offset;
}
@@ -551,7 +551,7 @@ static const value_string crmf_T_action_vals[] = {
static int
dissect_crmf_T_action(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
- NULL);
+ NULL);
return offset;
}
@@ -569,7 +569,7 @@ static const value_string crmf_T_pubMethod_vals[] = {
static int
dissect_crmf_T_pubMethod(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
- NULL);
+ NULL);
return offset;
}
@@ -907,7 +907,7 @@ void proto_register_crmf(void) {
FT_NONE, BASE_NONE, NULL, 0,
"crmf.EncKeyWithID", HFILL }},
{ &hf_crmf_CertReqMessages_item,
- { "Item", "crmf.CertReqMessages_item",
+ { "CertReqMessages", "crmf.CertReqMessages_item",
FT_NONE, BASE_NONE, NULL, 0,
"crmf.CertReqMsg", HFILL }},
{ &hf_crmf_certReq,
@@ -923,7 +923,7 @@ void proto_register_crmf(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"crmf.SEQUENCE_SIZE_1_MAX_OF_AttributeTypeAndValue", HFILL }},
{ &hf_crmf_regInfo_item,
- { "Item", "crmf.regInfo_item",
+ { "regInfo", "crmf.regInfo_item",
FT_NONE, BASE_NONE, NULL, 0,
"crmf.AttributeTypeAndValue", HFILL }},
{ &hf_crmf_certReqId,
@@ -987,7 +987,7 @@ void proto_register_crmf(void) {
FT_UINT32, BASE_DEC, VALS(pkix1explicit_Time_vals), 0,
"pkix1explicit.Time", HFILL }},
{ &hf_crmf_Controls_item,
- { "Item", "crmf.Controls_item",
+ { "Controls", "crmf.Controls_item",
FT_NONE, BASE_NONE, NULL, 0,
"crmf.AttributeTypeAndValue", HFILL }},
{ &hf_crmf_type,
@@ -1091,7 +1091,7 @@ void proto_register_crmf(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"crmf.SEQUENCE_SIZE_1_MAX_OF_SinglePubInfo", HFILL }},
{ &hf_crmf_pubInfos_item,
- { "Item", "crmf.pubInfos_item",
+ { "pubInfos", "crmf.pubInfos_item",
FT_NONE, BASE_NONE, NULL, 0,
"crmf.SinglePubInfo", HFILL }},
{ &hf_crmf_pubMethod,
@@ -1183,7 +1183,7 @@ void proto_register_crmf(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"crmf.Attributes", HFILL }},
{ &hf_crmf_Attributes_item,
- { "Item", "crmf.Attributes_item",
+ { "Attributes", "crmf.Attributes_item",
FT_NONE, BASE_NONE, NULL, 0,
"pkix1explicit.Attribute", HFILL }},