in reply to Re^2: How to use Convert::ASN1 ?
in thread How to use Convert::ASN1 ?
I guess that ASN1 expects you to supply the data description. So you would have to have the description of your data somewhere in your documentation. You don't show your data description at all here, so I don't know what it is.
After you've created the ASN decoder using the description, you pass it data to decode. That's it.
You've posted a hexdump of your data for the second time. What do you expect us to do with that hexdump?
Where exactly do you have problems? You haven't shown a single line of code, so that makes it kinda hard for me to give you more concrete help than pointing you to the module documentation.
|
|---|