summaryrefslogtreecommitdiff
path: root/asn1/h450/packet-h450-template.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2005-09-19 07:35:05 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2005-09-19 07:35:05 +0000
commitee8d53adf5c00841618722e01480bde653454bfc (patch)
tree99d59e6b507c3f160706f06cbbe3f11319a52696 /asn1/h450/packet-h450-template.c
parent33097899f821c93d99a279dc3434ecf6b1933f25 (diff)
downloadwireshark-ee8d53adf5c00841618722e01480bde653454bfc.tar.gz
remove unused parameter 'name' from dissect_per_choice()
svn path=/trunk/; revision=15861
Diffstat (limited to 'asn1/h450/packet-h450-template.c')
-rw-r--r--asn1/h450/packet-h450-template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/h450/packet-h450-template.c b/asn1/h450/packet-h450-template.c
index 5ead752ebe..c8884d2ffa 100644
--- a/asn1/h450/packet-h450-template.c
+++ b/asn1/h450/packet-h450-template.c
@@ -444,7 +444,7 @@ static const per_choice_t opcode_choice[] = {
static int
dissect_h4501_opcode(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_opcode, ett_h4501_opcode, opcode_choice, "Opcode", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_opcode, ett_h4501_opcode, opcode_choice, NULL);
return offset;
}
@@ -540,7 +540,7 @@ static const per_choice_t errorCode_choice[] = {
static int
dissect_h4501_errorCode(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_errorCode, ett_h4501_errorCode, errorCode_choice, "errorCode", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_errorCode, ett_h4501_errorCode, errorCode_choice, NULL);
return offset;
}
@@ -565,7 +565,7 @@ static const per_choice_t problem_choice[] = {
static int
dissect_h4501_problem(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_problem, ett_h4501_problem, problem_choice, "problem", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_problem, ett_h4501_problem, problem_choice, NULL);
return offset;
}
static int
@@ -666,7 +666,7 @@ static const per_choice_t ROS_choice[] = {
static int
dissect_h4501_ROS(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_ROS, ett_h4501_ROS, ROS_choice, "ROS", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_ROS, ett_h4501_ROS, ROS_choice, NULL);
return offset;
}