Man page - sc_warts2json(1)
Packages contas this manual
- sc_ipiddump(1)
- sc_speedtrap(1)
- sc_pinger(1)
- sc_warts2pcap(1)
- sc_ally(1)
- sc_wartsfilter(1)
- sc_attach(1)
- sc_tbitpmtud(1)
- sc_prefixscan(1)
- sc_wartsdump(1)
- sc_remoted(1)
- sc_tracediff(1)
- sc_ttlexp(1)
- sc_erosprober(1)
- sc_bdrmap(1)
- sc_wartscat(1)
- sc_warts2text(1)
- sc_warts2json(1)
- scamper(1)
- sc_tbitblind(1)
- sc_filterpolicy(1)
- sc_analysis_dump(1)
- sc_radargun(1)
apt-get install scamper
Manual
| SC_WARTS2JSON(1) | General Commands Manual | SC_WARTS2JSON(1) |
NAME
sc_warts2json —
JSON dump of information contained in a warts
file.
SYNOPSIS
sc_warts2json |
[file ...] |
DESCRIPTION
The sc_warts2json utility provides a JSON
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 JSON
output option had been chosen instead of the warts output option when the
data was collected.
EXAMPLES
The command:
sc_warts2json 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_warts2json
will print the contents of the uncompressed file supplied on stdin.
SEE ALSO
AUTHORS
sc_warts2json was written by Matthew
Luckie <mjl@luckie.org.nz>. The JSON output format for traceroute and
ping was built on an initial prototype provided by Brian Hammond of Internap
Network Services Corporation. The JSON output format for tbit and dealias
was implemented by Matthew Luckie.
| July 18, 2013 | Debian |