libisdn: ASN.1
This has been on my ToDo list for a while now. Decoding works so far, but i’ll have to change things a bit to get encoding working too. Sample output:
successfully decoded ASN.1 BER data
duration 0 seconds, 102419 nanoseconds
===================================== ASN.1 =====================================
context specific element, tag: 1
{
integer: 757
oid: 0.4.0.745.1.3
sequence
{
context specific element, tag: 1
{
context specific element, tag: 0, size: 4 octets
[ 31 30 30 31 ]
}
context specific element, tag: 2
{
enumerated: 0
}
context specific element, tag: 3
{
integer: 0
}
context specific element, tag: 4
{
context specific element, tag: 0, size: 4 octets
[ 31 30 30 31 ]
}
context specific element, tag: 6
{
sequence
{
integer: 0
enumerated: 0
}
}
}
}
---------------------------------------------------------------------------------
This is an MWI Indication Invocation call sent from the ISDN phone on my desk to the OpenZAP NT it is connected to.
