Scroll to navigation

SC_IPIDDUMP(1) General Commands Manual SC_IPIDDUMP(1)

NAME

sc_ipiddump
utility to dump IP-ID values embedded in ping and dealias objects in warts files.

SYNOPSIS

sc_ipiddump [
-U userid
] [
file ...
]

DESCRIPTION

The sc_ipiddump utility dumps the IP-ID values embedded in IPv4 and IPv6 responses to ping and dealias objects. The output contains the transit and receive timestamps, the interface which replied, and the IPID value (in hexadecimal). The objects are sorted by transit time. The supported options to sc_ipiddump are as follows:
userid
restricts the selection of warts objects to those with the given userid(s).

EXAMPLES

Given an input file foo.warts, the following command dumps IP-ID values found in objects with userid values 3 and 4:
sc_ipiddump -U 3,4 foo.warts

SEE ALSO

scamper(1), sc_wartsdump(1), sc_warts2text(1), sc_warts2json(1)

AUTHORS

sc_ipiddump is written by Matthew Luckie <mjl@luckie.org.nz>.
August 19, 2013 Debian