Man page - sc_ttlexp(1)
Packages contas this manual
- sc_ipiddump(1)
- sc_speedtrap(1)
- sc_pinger(1)
- sc_warts2pcap(1)
- sc_ally(1)
- sc_wartsfilter(1)
- sc_attach(1)
- sc_tbitpmtud(1)
- sc_prefixscan(1)
- sc_wartsdump(1)
- sc_remoted(1)
- sc_tracediff(1)
- sc_ttlexp(1)
- sc_erosprober(1)
- sc_bdrmap(1)
- sc_wartscat(1)
- sc_warts2text(1)
- sc_warts2json(1)
- scamper(1)
- sc_tbitblind(1)
- sc_filterpolicy(1)
- sc_analysis_dump(1)
- sc_radargun(1)
apt-get install scamper
Manual
| SC_TTLEXP(1) | General Commands Manual | SC_TTLEXP(1) |
NAME
sc_ttlexp — dump
source addresses from ICMP TTL expired messages in warts files
SYNOPSIS
sc_ttlexp |
[-O options]
[file ...] |
DESCRIPTION
The sc_ttlexp utility provides a dump of
source IP addresses contained trace and tracelb records in
warts(5) files.
The options are as follows:
-?- prints a list of command line options and a synopsis of each.
-Ooption- allows the behavior of
sc_ttlexpto be further tailored. The current choices for this option are:- nodst: do not dump source address of a TTL expired message if it matches the destination address probed.
- noreserved: do not dump source address of a TTL expired message if the address is a reserved address.
EXAMPLES
Given two warts(5) files named file1.warts and file2.warts, the following dumps all source addresses that sent TTL expired messages:
sc_ttlexp file1.warts
file2.wartsGiven a compressed warts file named file3.warts.bz2, the following dumps all source addresses that sent TTL expired messages, skipping those that were only observed in TTL expired messages from the destination probed:
bzcat file3.warts.bz2 | sc_ttlexp -O
nodstSEE ALSO
scamper(1), sc_wartsdump(1), sc_warts2json(1),
M. Luckie, Scamper: a Scalable and Extensible Packet Prober for Active Measurement of the Internet, Proc. ACM/SIGCOMM Internet Measurement Conference 2010.
AUTHOR
sc_ttlexp was written by Matthew Luckie
<mjl@luckie.org.nz>.
| March 8, 2018 | Debian |