trippy-core 0.13.0

A network tracing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name = "IPv4/ICMP with an alternative payload pattern (0xFF)"
target = "10.0.0.103"
protocol = "Icmp"
icmp_identifier = 6
payload_pattern = 255

[[hops]]
ttl = 1
resp = { tag = "SingleHost", addr = "10.0.0.101", rtt_ms = 10 }

[[hops]]
ttl = 2
resp = { tag = "SingleHost", addr = "10.0.0.102", rtt_ms = 20 }

[[hops]]
ttl = 3
resp = { tag = "SingleHost", addr = "10.0.0.103", rtt_ms = 30 }