|
NAMEsc_warts2pcap —
write packets included in warts object to a pcap file.
SYNOPSIS
DESCRIPTIONThesc_warts2pcap utility provides the ability to
extract packets embedded in the tbit, sting, and sniff warts objects and write
them to a pcap file, which can be read by tcpdump and wireshark. The options
are as follows:
EXAMPLESThe command:sc_warts2pcap -o output.pcap file1.warts file2.warts will read the packet objects from file1.warts, and then file2.warts, and write them to output.pcap. The command: gzcat file1.warts.gz | sc_warts2pcap -s packet >file1.pcap will read the contents of the uncompressed warts file supplied on stdin, sort the packets by their timestamp, and then write the output to file1.pcap. SEE ALSOscamper(1), tcpdump(1)AUTHORSsc_warts2pcap was written by Stephen Eichler and Matthew
Luckie.
Visit the GSP FreeBSD Man Page Interface. |