Raymond Wood wrote:
Hello list members,

My organization is looking for a 'BER editor' tool that can manipulate
.ber files generated by a vendor who uses ILL protocol ASN syntax (see
http://www.lac-bac.gc.ca/iso/ill/asn1.htm).  Basically we just need to
truncate some field strings to a maximum length of 250 characters, then
re-encode to .ber files and re-submit to our ordering application.

Can anyone on this list please recommend a tool that can do this
(hopefully with a reasonable price-tag :-)  We seem to be able to
'decode' the .ber files alright, but it is not clear yet how, after
editing a string, we should go about trying to 're-encode' to the
original .ber file format.

http://lionet.info/asn1c

This ASN.1 compiler includes two tools: unber and enber.
The unber tool dumps the BER encoded file into the XML format
which is human readable and editable by wide range of applications.
The "enber" tool converts back the XML output from unber back into
BER format. Hope this would help.

Thank you in advance for an help or suggestions you can provide.

Raymond Wood
_______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1


--
Lev Walkin
[EMAIL PROTECTED]

_______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1

Reply via email to