|
NAMEsc_wartsfilter —
select specific records from a warts file
SYNOPSIS
DESCRIPTIONThesc_wartsfilter utility selects specific records from
warts(5)
input, and outputs those records. The supported options to
sc_wartsfilter are as follows:
EXAMPLESThe command:sc_wartsfilter -i input.warts -o output.warts -a 192.0.2.5 outputs all warts records with a destination address 192.0.2.5 from input.warts into output.warts. The command: sc_wartsfilter -i input.warts -o output.warts -a 2001:db8::/32 outputs all warts records with a destination address within the 2001:db8::/32 prefix into output.warts. The command: gzcat input.warts.gz | sc_wartsfilter -t ping | sc_warts2json selects all ping records from a decompressed input file and and pipes them to sc_warts2json. SEE ALSOscamper(1), sc_warts2json(1), sc_wartsdump(1), warts(5)AUTHORSsc_wartsfilter was written by Matthew Luckie.
Visit the GSP FreeBSD Man Page Interface. |