|
NAMEsc_warts2text —
simple dump of information contained in a warts file.
SYNOPSIS
DESCRIPTIONThesc_warts2text utility provides a simple dump of
information contained in a sequence of warts files. The output is the same as
that which would have been provided by scamper if the text output option had
been chosen instead of the warts output option when the data was collected.
The options are as follows:
While the output of EXAMPLESThe command:sc_warts2text file1.warts file2.warts will decode and print the contents of file1.warts, followed by the contents of file2.warts. The command: gzcat file1.warts.gz | sc_warts2text will print the contents of the uncompressed file supplied on stdin. Given a set of IP-address, description pairs in a file name mappings.txt: 192.0.2.1 "foo" 192.0.2.2 "bar" then the command gzcat file1.warts.gz | sc_warts2text -d mappings.txt will print the description associated with a given destination address before each result is presented. SEE ALSOscamper(1), sc_wartsdump(1), sc_warts2json(1)AUTHORSsc_warts2text was written by Matthew Luckie
<mjl@luckie.org.nz>.
Visit the GSP FreeBSD Man Page Interface. |