From cefda4dc7b2ec4b955b7d5b6ddc2f913e684695c Mon Sep 17 00:00:00 2001 From: kukosa Date: Wed, 28 Jun 2006 14:19:08 +0000 Subject: 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18595 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-per.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-per.h') 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; -- cgit v1.2.3