Module libpacket::gre[][src]

Expand description

Minimal GRE Packet implementation: suitable for inspection not generation (e.g. checksum not implemented).

Structs

Gre

GRE (Generic Routing Encapsulation) Packet.

GreIterable

Used to iterate over a slice of {name}Packets

GrePacket

A structure enabling manipulation of on the wire packets

MutableGrePacket

A structure enabling manipulation of on the wire packets

MutableU16BEPacket

A structure enabling manipulation of on the wire packets

MutableU32BEPacket

A structure enabling manipulation of on the wire packets

U16BE

u16be, but we can’t use that directly in a Vec :(

U16BEIterable

Used to iterate over a slice of {name}Packets

U16BEPacket

A structure enabling manipulation of on the wire packets

U32BE

u32be, but we can’t use that directly in a Vec :(

U32BEIterable

Used to iterate over a slice of {name}Packets

U32BEPacket

A structure enabling manipulation of on the wire packets