gbarr / perl-Convert-ASN1

encode/decode data using ASN.1 description
http://search.cpan.org/dist/Convert-ASN1/
13 stars 21 forks source link

Unable to decode CDRs written in a fixed blocks size with padding bytes #38

Open grayson85 opened 6 years ago

grayson85 commented 6 years ago

Depending on the network switch, CDRs can be written in a fixed blocks size that are completed with padding bytes at the end of each block to reach the defined block size if necessary.

Is there a way to accepts the block size information and skips padding bytes accordingly? If the block size is not known the CDR Converter can detect it automatically?