aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411/packet-x411-template.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-06-15 07:46:07 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-06-15 07:46:07 +0000
commitf0f319acf1e107ae1c6f6ae8adac0075401c8ce3 (patch)
tree94cb0a611949eed9ac6b0a14af0dfe9b21bb5fd4 /asn1/x411/packet-x411-template.c
parent012f0c5f735ddc3b32f9c8dd42f61c625683a8e8 (diff)
- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LEN
- x411 and dop regenerated - dissect_ber_tagged_type() prepared (support in asn2wrs will follow) svn path=/trunk/; revision=18468
Diffstat (limited to 'asn1/x411/packet-x411-template.c')
-rw-r--r--asn1/x411/packet-x411-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x411/packet-x411-template.c b/asn1/x411/packet-x411-template.c
index ce92684fea..a21c95bb96 100644
--- a/asn1/x411/packet-x411-template.c
+++ b/asn1/x411/packet-x411-template.c
@@ -82,7 +82,7 @@ static int
call_x411_oid_callback(char *base_oid, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
const char *name = NULL;
- char extension_oid[BER_MAX_OID_STR_LEN];
+ char extension_oid[MAX_OID_STR_LEN];
sprintf(extension_oid, "%s.%d", base_oid, extension_id);