aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-06-28 14:19:08 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-06-28 14:19:08 +0000
commit56d7db0c08d734d672c64d6c5c566ae3d70b7ed7 (patch)
tree8630f1f8a3129f886a07f432a88db41cad2af16d /epan/dissectors/packet-per.h
parent45aac4eb43f1c822625dd95551f4b694ee770e20 (diff)
remove functions register_ber_oid_name() and get_ber_oid_name() from packet-ber.c, they were only OID but not BER related
use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595
Diffstat (limited to 'epan/dissectors/packet-per.h')
-rw-r--r--epan/dissectors/packet-per.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-per.h b/epan/dissectors/packet-per.h
index b4cb4fb250..3c932cd7c5 100644
--- a/epan/dissectors/packet-per.h
+++ b/epan/dissectors/packet-per.h
@@ -77,7 +77,7 @@ typedef int (*per_type_fn)(tvbuff_t*, int, asn_ctx_t*, proto_tree*, int);
typedef struct _per_choice_t {
int value;
- const char *name;
+ const char *name_to_remove;
int extension;
per_callback func;
} per_choice_t;