Module gre

Source
Expand description

GRE Packet abstraction.

Structs§

Gre
GRE (Generic Routing Encapsulation) Packet.
GreIterable
Used to iterate over a slice of GrePackets
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 U16BEPackets
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 U32BEPackets
U32BEPacket
A structure enabling manipulation of on the wire packets