From 34ae8c850f7d868be29504f3894b509d129ec8c8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 9 Jul 2005 02:58:07 +0000 Subject: Fix up a bunch of arguments to "dissect_ber_identifier()" to match its current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885 --- asn1/acse/acse.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/acse') diff --git a/asn1/acse/acse.cnf b/asn1/acse/acse.cnf index fa114dcc34..f6b2fd90bc 100644 --- a/asn1/acse/acse.cnf +++ b/asn1/acse/acse.cnf @@ -34,7 +34,7 @@ ACRQ-apdu/aSO-context-name ACRQ_aSO_context_name gint8 class; gboolean pc, ind_field; gint32 tag; - gint32 len1; + guint32 len1; /* XXX asn2eth can not yet handle tagged assignment so for the * time being just remove this tag manually inside the EXTERNAL -- cgit v1.2.3