Module netsim_embed::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 |
| 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 |
|
| U16BEIterable | Used to iterate over a slice of |
| U16BEPacket | A structure enabling manipulation of on the wire packets |
| U32BE |
|
| U32BEIterable | Used to iterate over a slice of |
| U32BEPacket | A structure enabling manipulation of on the wire packets |