GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SC_IPIDDUMP(1) FreeBSD General Commands Manual SC_IPIDDUMP(1)

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

sc_ipiddump [-i ips] [-O options] [-U userid] [file ...]

The sc_ipiddump utility dumps the IP-ID values embedded in IPv4 and IPv6 responses to ping, traceroute, and dealias objects. The output contains the transit and receive timestamps, the source address used by scamper when probing, the interface address which replied, and the IPID value (in hexadecimal). The objects are sorted by transmit time. The supported options to sc_ipiddump are as follows:
ip
restricts the selection of source addresses to those with the given IP address(es).
options
allows the behavior of sc_ipiddump to be further tailored. The current choice for this option is:
  • notrace: do not parse traceroutes for IPID values.
userid
restricts the selection of warts objects to those with the given userid(s).

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

Given an input file foo.warts.gz, the following command dumps IP-ID values found in responses from IP address 192.0.2.1

zcat foo.warts.gz | sc_ipiddump -i 192.0.2.1 -

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

sc_ipiddump was written by Matthew Luckie <mjl@luckie.org.nz>.
October 21, 2015 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.