aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.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 /epan/dissectors/packet-per.c
parent33097899f821c93d99a279dc3434ecf6b1933f25 (diff)
remove unused parameter 'name' from dissect_per_choice()
svn path=/trunk/; revision=15861
Diffstat (limited to 'epan/dissectors/packet-per.c')
-rw-r--r--epan/dissectors/packet-per.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index 04f4d266a4..bdc98a08e6 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -930,7 +930,7 @@ DEBUG_ENTRY("dissect_per_constrained_integer");
/* 22 Encoding the choice type */
guint32
-dissect_per_choice(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, gint ett_index, const per_choice_t *choice, const char *name, guint32 *value)
+dissect_per_choice(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, gint ett_index, const per_choice_t *choice, guint32 *value)
{
gboolean extension_present, extension_flag;
int extension_root_entries;