GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ENBER(1) unber counterpart ENBER(1)

enber - Convert the unber XML output back into BER

enber [-n] [-] [infile...]

enber convers the XML-formatted files produced by unber(1) back into the BER format. A single dash denotes the standard input.

-n
Disable input validation. By default, enber performs some basic validity checks against XML input.

Decode a BER sequence and immediately encode it back

    unber -p filename.ber | enber - > reconstructed.ber

This program does not attempt to perform full-fledged XML parsing. It is merely compatible with unber(1)'s output. In particular, XML style comments are not supported. A hash "#" or two dashes "--" following a whitespace is treated as a beginning of a comment line, which is ignored completely. Empty lines are ignored as well.

The following example demostrates the use of comments:

	<C O="0" T="[1]" TL="2" V="2">
		<I O="2" T="[1]" TL="2" V="Indefinite">
		-- </I O="4" T="[UNIVERSAL 0]" L="4">
		# Do not terminate:
		# the absence of end-of-content octets is intentional!
	</C O="6" T="[1]" L="6">

unber(1), asn1c(1)

Lev Walkin <vlm@lionet.info>
unber counterpart

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.