Ethereal-dev: Re: [Ethereal-dev] H235 & ASN1 compiler

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: Tue, 25 May 2004 21:01:44 -0700
On Tue, May 25, 2004 at 03:13:58PM -0500, Gilbert Ramirez wrote:
> Change it to:
> 
> t.lineno = t.lineno + 1
> 
> for compatibility with Python 1.5

...and then change all the other "+="s and "-="s.

Then you get an error for

  File "../../tools/asn2eth.py", line 303
    depend_list = [d for d in self.dependencies[ident] if d in assign_keys]