RE: [ASN.1] Abount definite and indefinite lenght encoding

2002-09-12 Thread Pino Roberto
octet_string[10] (to be encoded in definite way) field2 any_substructure_type (to be encoded in definite way) Thanks for answers, Roberto -Original Message- From: devaraj[IT] To: [EMAIL PROTECTED] Sent: 12/09/2002 11.28 Subject: RE: [ASN.1] Abount definite and indefinite lenght encoding While

RE: [ASN.1] Abount definite and indefinite lenght encoding

2002-09-12 Thread Bancroft Scott
On Thu, 12 Sep 2002, Pino Roberto wrote: I'm sorry for the misunderstanding...I used always the word decoder but what I want to know is abount the encoder and about encoding function... I understood that in the encoded file a structure is recognized as encoded with indefinite lenght if the

Re: [ASN.1] Abount definite and indefinite lenght encoding

2002-09-11 Thread Bancroft Scott
On Wed, 11 Sep 2002, Pino Roberto wrote: Hi, I would like to know if it's possible with ASN.1, use different lenght encodings for structure in the same file. For example, is possible encoding a structure with indefinite lenght encoding and another (may be a substructure of the first one)

RE: [ASN.1] Abount definite and indefinite lenght encoding

2002-09-11 Thread devaraj[IT]
please refer to ITU-T recommendation X.690,page number 6.The difference between definite length encoding and indefinite length encoding is clearly explained in this document and also available in ITU-T website at free of cost. regards kb devaraj -Original Message- From: Pino Roberto

Re: [ASN.1] Abount definite and indefinite lenght encoding

2002-09-11 Thread Björn Schneider
Hi! I would like to know if it's possible with ASN.1, use different lenght encodings for structure in the same file. Yes it is possible. And if it's possibile, how can the encoder recognize structures to be encoded with definite lenght encoding from structures with indefinite lenght