Man page - sc_wartscat(1)
Packages contains this manual
- sc_analysis_dump(1)
- sc_pinger(1)
- sc_warts2json(1)
- sc_radargun(1)
- sc_prefixscan(1)
- sc_tbitpmtud(1)
- sc_ipiddump(1)
- sc_ally(1)
- scamper(1)
- sc_tracediff(1)
- sc_filterpolicy(1)
- sc_remoted(1)
- sc_bdrmap(1)
- sc_erosprober(1)
- sc_ttlexp(1)
- sc_tbitblind(1)
- sc_speedtrap(1)
- sc_wartsfilter(1)
- sc_wartsdump(1)
- sc_attach(1)
- sc_warts2text(1)
- sc_warts2pcap(1)
- sc_wartscat(1)
apt-get install scamper
Manual
SC_WARTSCAT (1) General Commands Manual SC_WARTSCAT (1)
NAME
sc_wartscat β concatenate warts files generated by scamper
SYNOPSIS
sc_wartscat [ -?s ] [ -o outfile ] [ fileΒ ... ]
DESCRIPTION
The sc_wartscat utility provides the ability to concatenate warts files generated by scamper.
EXAMPLES
The command:
sc_wartscat -o output.warts 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_wartsdump
will print the contents of the uncompressed file supplied on stdin.
SEE ALSO
scamper (1)
AUTHORS
sc_wartscat was written by Matthew Luckie <mjl@luckie.org.nz>. Debian October 15, 2010 SC_WARTSCAT (1)