Ethereal-users: Re: [Ethereal-users] MEGACO / H.248 over SCTP -> Problem with IMPLICIT BOOLEAN

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

From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Wed, 23 Feb 2005 19:05:27 +1100
On Tue, 22 Feb 2005 13:31:37 +0100, Anders Broman (AL/EAB)
<anders.broman@xxxxxxxxxxxx> wrote:
> Hi,
> This may be a problem with the type IMPLICIT BOOLEAN.
> 
>       LocalControlDescriptor ::= SEQUENCE
>       {
>          streamMode        [0] IMPLICIT StreamMode OPTIONAL,
>          reserveValue      [1] IMPLICIT BOOLEAN OPTIONAL,
>          reserveGroup      [2] IMPLICIT BOOLEAN OPTIONAL,
>          propertyParms     [3] IMPLICIT PropertyParms,
> 
> Ronnie could you take a look ? I think we may have to have a new BER helper for IMPLICIT BOOLEAN or have the
> current one take the IMPLICIT flag.

yes, i see what is missing.

i will implement handling of implicit flag for dissect_ber_boolean.