bh_perl has asked for the wisdom of the Perl Monks concerning the following question:
I am not sure either the file format belongs to ASN.1 or not and might be somebody could guide me.Ericsson AIN records are stored in an input file in 2048 byte blocks. +Every block is made of variable length records padded to make a 2048 +byte blocks. Every record is made of a fixed 180 byte part. Records may contain add +itional tagged fields making the total length variable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to read binary file with variable length in perl
by moritz (Cardinal) on May 05, 2010 at 08:30 UTC | |
|
Re: How to read binary file with variable length in perl
by Anonymous Monk on May 05, 2010 at 09:13 UTC | |
by bh_perl (Monk) on May 05, 2010 at 09:41 UTC | |
by moritz (Cardinal) on May 05, 2010 at 10:00 UTC | |
by marto (Cardinal) on May 05, 2010 at 10:04 UTC | |
|
Re: How to read binary file with variable length in perl
by marto (Cardinal) on May 05, 2010 at 09:42 UTC | |
by Fletch (Bishop) on May 05, 2010 at 14:11 UTC | |
by bh_perl (Monk) on May 11, 2010 at 15:25 UTC |