1SC_IPIDDUMP(1) BSD General Commands Manual SC_IPIDDUMP(1)
2
4 sc_ipiddump — utility to dump IP-ID values embedded in ping, traceroute,
5 and dealias objects in warts files.
6
8 sc_ipiddump [-i ips] [-O options] [-U userid] [file ...]
9
11 The sc_ipiddump utility dumps the IP-ID values embedded in IPv4 and IPv6
12 responses to ping, traceroute, and dealias objects. The output contains
13 the transit and receive timestamps, the source address used by scamper
14 when probing, the interface address which replied, and the IPID value (in
15 hexadecimal). The objects are sorted by transmit time. The supported
16 options to sc_ipiddump are as follows:
17
18 -i ip restricts the selection of source addresses to those with the
19 given IP address(es).
20
21 -O options
22 allows the behavior of sc_ipiddump to be further tailored. The
23 current choice for this option is:
24 - notrace: do not parse traceroutes for IPID values.
25
26 -U userid
27 restricts the selection of warts objects to those with the given
28 userid(s).
29
31 Given an input file foo.warts, the following command dumps IP-ID values
32 found in objects with userid values 3 and 4:
33
34 sc_ipiddump -U 3,4 foo.warts
35
36 Given an input file foo.warts.gz, the following command dumps IP-ID val‐
37 ues found in responses from IP address 192.0.2.1
38
39 zcat foo.warts.gz | sc_ipiddump -i 192.0.2.1 -
40
42 scamper(1), sc_wartsdump(1), sc_warts2text(1), sc_warts2json(1)
43
45 sc_ipiddump was written by Matthew Luckie <mjl@luckie.org.nz>.
46
47BSD October 21, 2015 BSD