From 3b770d5c7c9aa12a455d6307b762b3fca875fbf7 Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Mon, 14 Nov 2005 10:02:31 +0000 Subject: - dissect_ber_object_identifier() returns value as tvb - new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501 --- asn1/ftam/packet-ftam-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/ftam/packet-ftam-template.c') diff --git a/asn1/ftam/packet-ftam-template.c b/asn1/ftam/packet-ftam-template.c index ceffa589b8..e0b01ebfc9 100644 --- a/asn1/ftam/packet-ftam-template.c +++ b/asn1/ftam/packet-ftam-template.c @@ -50,7 +50,7 @@ /* Initialize the protocol and registered fields */ int proto_ftam = -1; -static char object_identifier_id[MAX_OID_STR_LEN]; +static const char *object_identifier_id; /* Declare the function to avoid a compiler warning */ static int dissect_ftam_OR_Set(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_); -- cgit v1.2.3