|
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. |