Module pnet_packet::icmpv6::echo_request[][src]

Expand description

abstraction for “echo request” ICMPv6 packets.

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Type      |     Code      |          Checksum             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           Identifier          |        Sequence Number        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Data ...
+-+-+-+-+-

Modules

Enumeration of available ICMPv6 codes for “echo reply” ICMPv6 packets. There is actually only one, since the only valid ICMPv6 code is 0.

Structs

Represents an “echo request” ICMPv6 packet.

Used to iterate over a slice of EchoRequestPackets

A structure enabling manipulation of on the wire packets

Represents the identifier field.

A structure enabling manipulation of on the wire packets

Represents the sequence number field.