LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sc_wartsdump

Verbose dump of information in scamper warts files

TLDR

Display verbose warts file contents
$ sc_wartsdump [input.warts]
copy
Dump multiple warts files
$ sc_wartsdump [file1.warts] [file2.warts]
copy

SYNOPSIS

sc_wartsdump [file...]

DESCRIPTION

sc_wartsdump provides a verbose dump of the information contained in a sequence of warts files, which are the binary output format of scamper. The output is structured and suitable for initial analysis of results, but the format is not guaranteed to remain stable and is not suitable for automated parsing.For machine-parsable output, use sc_warts2json or sc_warts2text instead. Part of the scamper Internet measurement toolkit developed by CAIDA.

CAVEATS

The output format of scwartsdump may change between releases and should not be relied upon for automated processing. Use scwarts2json for stable structured output.

SEE ALSO

Copied to clipboard
Kai