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 14:41:32 -0700 (PDT)
Guy Harris said:
> I'll look at the "int" vs. "guint32" issue after that.

I've checked in a fix for that (and for a similar problem in the H.225
dissector - the routine in question was calling an H.235 routine that took
a "guint32" offset argument and returned a "guint32" offset value, so I
also added a comment noting that asn2eth should perhaps use "int" rather
than "guint32" everywhere for packet offsets).

I've looked at the other warnings, but they appear to take a bit more work
(and understanding of asn2eth) to fix.