Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/common/sc_analysis_dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
> Dump of traceroute data in an easily parsed format.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Output the traceroute of `warts` files one after the other in an easy-to-parse format:
- Output the traceroute of `.warts` files one after the other in an easy-to-parse format:

`sc_analysis_dump {{path/to/file1.warts path/to/file2.warts ...}}`
6 changes: 3 additions & 3 deletions pages/common/sc_tracediff.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
> Display traceroute paths where the path has changed.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Show the difference between traceroutes in two `warts` files:
- Show the difference between traceroutes in two `.warts` files:

`sc_tracediff {{path/to/file1.warts}} {{path/to/file2.warts}}`

- Show the difference between the traceroutes in two `warts` files, including those that have not changed:
- Show the difference between the traceroutes in two `.warts` files, including those that have not changed:

`sc_tracediff -a {{path/to/file1.warts}} {{path/to/file2.warts}}`

- Show the difference between the traceroutes in two `warts` files and try to show DNS names and not IP addresses if possible:
- Show the difference between the traceroutes in two `.warts` files and try to show DNS names and not IP addresses if possible:

`sc_tracediff -n {{path/to/file1.warts}} {{path/to/file2.warts}}`
4 changes: 2 additions & 2 deletions pages/common/sc_ttlexp.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# sc_ttlexp

> Dump source addresses from ICMP TTL expired messages in `warts` files.
> 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:
- 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 ...}}`
2 changes: 1 addition & 1 deletion pages/common/sc_warts2csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
> Dump traceroutes collected by `scamper` in CSV format.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Convert traceroute data in `warts` files to CSV and output it:
- Convert traceroute data in `.warts` files to CSV and output it:

`sc_warts2csv {{path/to/file1.warts path/to/file2.warts ...}}`
4 changes: 2 additions & 2 deletions pages/common/sc_warts2json.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# sc_warts2json

> JSON dump of information contained in a `warts` file.
> JSON dump of information contained in a `.warts` file.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Convert `warts` files to JSON and output the result:
- Convert `.warts` files to JSON and output the result:

`sc_warts2json {{path/to/file1.warts path/to/file2.warts ...}}`
8 changes: 4 additions & 4 deletions pages/common/sc_warts2pcap.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# sc_warts2pcap

> Write packets included in `warts` object to a PCAP file.
> This is only possible for tbit, sting and sniff.
> Write packets included in `.warts` files to a PCAP file.
> This is only possible for packets of type `tbit`, `sting` or `sniff`.

Check failure on line 4 in pages/common/sc_warts2pcap.md

View workflow job for this annotation

GitHub Actions / build

sting ==> string
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Convert the data from several `warts` files into one PCAP file:
- Convert the data from several `.warts` files into one PCAP file:

`sc_warts2pcap -o {{path/to/output.pcap}} {{path/to/file1.warts path/to/file2.warts ...}}`

- Convert the data from a `warts` file into a PCAP file and sort the packets by timestamp:
- Convert the data from a `.warts` file into a PCAP file and sort the packets by timestamp:

`sc_warts2pcap -s -o {{path/to/output.pcap}} {{path/to/file.warts}}`
4 changes: 2 additions & 2 deletions pages/common/sc_warts2text.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# sc_warts2text

> Simple dump of information contained in a `warts` file.
> Simple dump of information contained in a `.warts` file.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Output the information in `warts` files as text:
- Output the information in `.warts` files as text:

`sc_warts2text {{path/to/file1.warts path/to/file2.warts ...}}`
4 changes: 2 additions & 2 deletions pages/common/sc_wartscat.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# sc_wartscat

> Concatenate `warts` files.
> Concatenate `.warts` files.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Concatenate `warts` files into one:
- Concatenate `.warts` files into one:

`sc_wartscat -o {{path/to/output.warts}} {{path/to/file1.warts path/to/file2.warts ...}}`
4 changes: 2 additions & 2 deletions pages/common/sc_wartsdump.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# sc_wartsdump

> Verbose dump of information contained in a `warts` file.
> Verbose dump of information contained in a `.warts` file.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Output the content of `warts` files verbose:
- Output the content of `.warts` files verbose:

`sc_wartsdump {{path/to/file1.warts path/to/file2.warts ...}}`
2 changes: 1 addition & 1 deletion pages/common/sc_wartsfilter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sc_wartsfilter

> Select specific records from a `warts` file.
> Select specific records from a `.warts` file.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Filter all data records that had specific destinations and write them to a separate file:
Expand Down
2 changes: 1 addition & 1 deletion pages/common/sc_wartsfix.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sc_wartsfix

> Truncate damaged `warts` files.
> Truncate damaged `.warts` files.
> More information: <https://www.caida.org/catalog/software/scamper/>.

- Save all records (in a separate file) up to the last intact one:
Expand Down
6 changes: 3 additions & 3 deletions pages/common/scamper.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

`scamper -c "{{ping}} -P {{UDP-dport}} -d {{33434}}" -i {{192.0.2.1}} -i {{192.0.2.2}}`

- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `warts` file:
- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `.warts` file:

`scamper -O {{warts}} -o {{path/to/output.warts}} -I "{{tracelb}} -P {{ICMP-echo}} -q {{3}} {{192.0.2.1}}"`

- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `warts` file:
- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `.warts` file:

`scamper -O {{warts.gz}} -o {{path/to/output.warts}} -I "{{trace}} -P {{icmp-paris}} {{2001:db8:dead:beaf::4}}"`

- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `warts` file:
- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `.warts` file:

`scamper -O {{warts}} -o {{path/to/output.warts}} -I "sniff -S {{2001:db8:dead:beef::6}} icmp[icmpid] == {{101}}"`
Loading