Unit asn1util

Utilities for handling ASN.1 BER encoding


Description
By this unit you can parse ASN.1 BER encoded data to elements or build back any elements to ASN.1 BER encoded buffer.

You can dump ASN.1 BER encoded data to human readable form for easy debugging, too.

Supported element types are:
ASN1_BOOL
ASN1_INT
ASN1_OCTSTR
ASN1_NULL
ASN1_OBJID
ASN1_ENUM
ASN1_SEQ
ASN1_SETOF
ASN1_IPADDR
ASN1_COUNTER
ASN1_GAUGE
ASN1_TIMETICKS
ASN1_OPAQUE



Procedures
ASNDecLen
ASNDecOIDItem
ASNdump
ASNEncInt
ASNEncLen
ASNEncOIDItem
ASNEncUInt
ASNItem
ASNObject
IdToMib
IntMibToStr
MibToId