Crate warts

source · []
Expand description

An implementation of the warts file format.

Docstrings mostly comes from the warts format man page, or Scamper’s source code.

For examples, see the examples/ directory.

Structs

A network address.

A start record denotes the starting point for a new cycle.

A cycle stop record denotes the end point for a cycle.

A variable length flag structure.

ICMP extension (MPLS-only).

A list of warts objects.

An MPLS label stack entry.

A link in a multipath traceroute.

A node in a multipath traceroute.

A probe in a multipath traceroute.

A set of probes in a multipath traceroute.

A reply in a multipath traceroute.

An MDA traceroute.

A ping.

A ping probe and its associated reply, if any.

A timestamp with a microsecond resolution.

A traceroute probe and its associated reply, if any.

A traceroute.

Enums

A network address, or a reference to a previously seen one.

A warts object.

Reason for the termination of a ping command.

Reason for the termination of a trace command.

Traceroute type.

Traits

A trait for defining the size of the binary representation of warts objects.