Hi,
I am newer to libtasn and I am trying to load this simple example
Test { }
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
Uint8 ::= INTEGER
ProtocolVersion ::= Uint8
name ::= IA5String
Sequence1 ::= SEQUENCE {
int1 [0] INTEGER,
int2 [1] INTEGER
}
END
But when I lauch the command asn1Parser to check the structure, I have this
error:
asn1Parser: example.asn:: identifier 'IA5String' not found
And it is mentionned in the web page that this is supported type, so please
what is wrong with that ??
Thanks for your help.