Module libpacket::icmpv6[][src]

Expand description

An ICMPv6 packet abstraction.

Modules

Icmpv6Types

The enumeration of the recognized ICMPv6 types.

ndp

Abstractions for the Neighbor Discovery Protocol RFC 4861

Structs

Icmpv6

Represents a generic ICMPv6 packet RFC 4443 § 2.1

Icmpv6Code

Represents the “ICMPv6 code” header field.

Icmpv6Iterable

Used to iterate over a slice of {name}Packets

Icmpv6Packet

A structure enabling manipulation of on the wire packets

Icmpv6Type

Represents the “ICMPv6 type” header field.

MutableIcmpv6Packet

A structure enabling manipulation of on the wire packets

Functions

checksum

Calculates a checksum of an ICMPv6 packet.