mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sc_ttlexp
|
|
|
|
> Dump source addresses from ICMP TTL expired messages in `.warts` files.
|
|
> More information: <https://www.caida.org/catalog/software/scamper/>.
|
|
|
|
- Output the source address of ICMP TTL expire messages in `.warts` files one after the other:
|
|
|
|
`sc_ttlexp {{path/to/file1.warts path/to/file2.warts ...}}`
|