=pod =head1 NAME B - Convert the byte order of a SiLK Flow file =head1 SYNOPSIS rwswapbytes {--big-endian|--little-endian|--native-endian|--swap-endian} INPUT_FILE OUTPUT_FILE =head1 DESCRIPTION Change the byte order of I as specified by the option and write the result to I. B will read the input from the standard input if you use the string C for I; swapbytes will write the output to the standard output if you use the string C for I. B knows how to read and write compressed (Bped) files. =head1 OPTIONS Option names may be abbreviated if the abbreviation is unique or is an exact match for an option. A parameter to an option may be specified as B<--arg>=I or B<--arg> I, though the first form is required for options that take optional parameters. One of these options must be provided: =over 4 =item B<--big-endian> Write the output-file in big-endian format. =item B<--little-endian> Write the output-file in little-endian format. =item B<--native-endian> Write the output-file in this machine's native format. =item B<--swap-endian> Unconditionally swap the byte-order of the input-file. =back =cut $SiLK: rwswapbytes.pod 5471 2006-11-01 21:10:02Z mthomas $ Local Variables: mode:text indent-tabs-mode:nil End: