aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-07-03 07:03:57 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-07-03 07:03:57 +0000
commit6ceb7937bc34dc74b8924a205ed7e95b16c0b14c (patch)
tree538e8d1a3a712692153e340587d312ed2a43feda /asn1/h450
parente850e6bd9728502183620d7c2cd4ce7c658e9419 (diff)
remove name field from per_sequence_t structure, it can be retrieved from field information
svn path=/trunk/; revision=18637
Diffstat (limited to 'asn1/h450')
-rw-r--r--asn1/h450/packet-h450-template.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/asn1/h450/packet-h450-template.c b/asn1/h450/packet-h450-template.c
index ca0eef2859..4c5604e79c 100644
--- a/asn1/h450/packet-h450-template.c
+++ b/asn1/h450/packet-h450-template.c
@@ -460,11 +460,11 @@ dissect_h4501_Opcode(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tre
}
static const per_sequence_t result_sequence[] = {
- { "opcode", &hf_h4501_opcode, ASN1_EXTENSION_ROOT, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_opcode, ASN1_EXTENSION_ROOT, ASN1_NOT_OPTIONAL,
dissect_h4501_Opcode },
- { "result", &hf_h4501_dummy, ASN1_EXTENSION_ROOT, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_dummy, ASN1_EXTENSION_ROOT, ASN1_NOT_OPTIONAL,
dissect_h4501_ReturnResult_result },
- { NULL, NULL, 0, 0, NULL }
+ { NULL, 0, 0, NULL }
};
static int
dissect_h4501_Result(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -595,11 +595,11 @@ dissect_h4501_InvokeId(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *t
}
static const per_sequence_t Reject_sequence[] = {
- { "invokeID", &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_InvokeId },
- { "problem", &hf_h4501_problem, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_problem, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_Problem },
- { NULL, NULL, 0, 0, NULL }
+ { NULL, 0, 0, NULL }
};
static int
dissect_h4501_Reject(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -609,13 +609,13 @@ dissect_h4501_Reject(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tre
}
static const per_sequence_t ReturnError_sequence[] = {
- { "invokeID", &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_InvokeId },
- { "errorCode", &hf_h4501_errorCode, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_errorCode, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_ErrorCode },
- { "parameter", &hf_h4501_parameter, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
+ { &hf_h4501_parameter, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
dissect_h4501_Parameter },
- { NULL, NULL, 0, 0, NULL }
+ { NULL, 0, 0, NULL }
};
static int
dissect_h4501_ReturnError(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -625,11 +625,11 @@ dissect_h4501_ReturnError(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree
}
static const per_sequence_t ReturnResult_sequence[] = {
- { "invokeID", &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_InvokeId },
- { "result", &hf_h4501_result, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
+ { &hf_h4501_result, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
dissect_h4501_Result },
- { NULL, NULL, 0, 0, NULL }
+ { NULL, 0, 0, NULL }
};
static int
dissect_h4501_ReturnResult(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -639,15 +639,15 @@ dissect_h4501_ReturnResult(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tre
}
static const per_sequence_t Invoke_sequence[] = {
- { "invokeID", &hf_h4501_constrained_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_constrained_invokeId, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_Constrained_invokeId },
- { "linkedId", &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
+ { &hf_h4501_invokeId, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
dissect_h4501_InvokeId },
- { "opcode", &hf_h4501_opcode, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
+ { &hf_h4501_opcode, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_Opcode },
- { "argument", &hf_h4501_dummy, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
+ { &hf_h4501_dummy, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
dissect_h4501_Argument },
- { NULL, NULL, 0, 0, NULL }
+ { NULL, 0, 0, NULL }
};
static int
dissect_h4501_Invoke(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)