help-libtasn1
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IA5String not recognized


From: Dr. Wassim Znaidi
Subject: IA5String not recognized
Date: Thu, 21 Nov 2013 11:55:07 +0300

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.

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]