The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.06 - 2010-10-24

  • added size autocorrection, which fixes the following problem: if the template was obtained from a asn1 pdu where a field was of a certain length and we encode a new packet with a field of different length the field length specification of the changed field will be set to the correct value by the encoding routines - however, the sizes of all enclosing constructed fields remain as they are in the template. That causes enber to generate invalid pdus as enber does not recalculate these sizes by itself
    • fields of unknown datatype are no longer treated as bit string fields as the encoding of bitstrings has to follow certain rules which are not always met by arbitrary fields

Modules

A perl module to convert ASN1 to XML and back, using the asn1c tools enber and unber.