Convert-ASN1 - Parser syntax error with empty ASN sequence description

Posted on Mon Oct 22 18:01:15 2007 by durbamp
Parser syntax error with empty ASN sequence description

Hi all !
I have to work with a protocol containing an empty sequence description:

DialogueCheck ::= [PRIVATE 360] SEQUENCE { }

Convert::ASN1 can't handle such description, I got a "syntax error }" from parser.pm.
Is it a bug ? An ASN restriction ? Or is there something wrong with the description ?
I tried to improve parser.y to add LBRACE RBRACE, without success... I have to learn a lot about byacc.

Thanks for yours answers/propositions.
Jerome.
Write a response