Ethereal-dev: Re: [Ethereal-dev] Damn ASN1 decode code is locked up in packet-ldap.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Wed, 28 Aug 2002 00:46:42 -0700
On Wed, Aug 28, 2002 at 10:21:12AM +0930, Richard Sharpe wrote:
> It seems that there is lots of ASN1 decode code locked up in packet-ldap.c 
> that I am going to have to liberate. Code does not want to be static.

If it's "generic" code that could be useful for multiple protocols using
ASN.1 (e.g., all the "read_XXX" routines), "asn1.c" is probably the best
place for it.  (It might even be interesting to see if the other users
of "asn1.c" could use those routines.)