raconvert(1) convert comma-separated ASCII argus(8) data, to binary argus(8) data.

SYNOPSIS

raconvert -r input -w output

USES

Raconvert is predominately used for reading ASCII represented archive data. Argus data is routinely converted to ASCII for inspection and archiving, due to the good compressibility offered by gzip and others. Argus data is also converted from binary to ASCII and back to binary, as a routine process to enforce content policies. The conversion, with ASCII inspection ensures that specific data of interest isn't leaked.

INVOCATION

ra -L0 c , -r argusfile > argus.ascii.csv 
raconvert -r argus.ascii.csv -w argusfile

COPYRIGHT

Copyright (c) 2000-2014 QoSient. All rights reserved.

FILES

AUTHORS

Carter Bullard ([email protected]).

BUGS