Crate packet [] [src]

Reexports

pub use size::Size;
pub use buffer::Buffer;
pub use builder::Builder;

Modules

buffer

Buffer abstractions, dynamic buffers and static buffers.

builder

Packet builder abstractions.

ether

Ethernet packet parser and builder.

icmp

ICMP packet parser and builder.

ip

IPv4 and IPv6 packet parser and builder.

size

Packet size traits.

tcp

TCP packet parser and builder.

udp

UDP packet parser and builder.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

AsPacket

A type convertible to a Packet.

AsPacketMut

A type convertible to a Packet.

Packet

A network packet.

PacketMut

A mutable network packet.

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.