Module pnet_packet::icmp[][src]

Expand description

An ICMP packet abstraction.

Modules

The enumeration of the recognized ICMP types.

abstraction for “destination unreachable” ICMP packets.

abstraction for ICMP “echo reply” packets.

abstraction for “echo request” ICMP packets.

abstraction for “time exceeded” ICMP packets.

Structs

Represents a generic ICMP packet.

Represents the “ICMP code” header field.

Used to iterate over a slice of IcmpPackets

A structure enabling manipulation of on the wire packets

Represents the “ICMP type” header field.

A structure enabling manipulation of on the wire packets

Functions

Calculates a checksum of an ICMP packet.